Menu

#3543 (ok 3.5.1) Right frame reloads after displaying SQL result

Latest_Git
fixed
1
2013-06-11
2012-03-29
No

When performing a SELECT sql query that returns empty result set containing zero rows, the right content frame reloads after momentarily displaying the results.
1. Open the SQL tab without selecting any database(i.e. from the main page).
2. Run any SQL SELECT query that would return zero rows.
phpMyAdmin :- latest git
MySQL :- 5.1.58-1ubuntu1 - (Ubuntu)
Similar Bug:-
https://sourceforge.net/tracker/?func=detail&aid=3398788&group_id=23067&atid=377408

Discussion

  • Madhura Jayaratne

    • assigned_to: nobody --> madhuracj
     
  • Madhura Jayaratne

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Madhura Jayaratne

    • priority: 5 --> 1
    • summary: Right frame reloads after displaying SQL result(zero rows) --> (ok 3.5.1) Right frame reloads after displaying SQL result
    • status: open --> open-fixed
     
  • Atul Pratap Singh

    @madhuracj It is still not fixed, I think it should be $GLOBALS['is_ajax_request'] not $GLOBALS['ajax_request']. Diff attached.

     
  • Madhura Jayaratne

    Yes, my mistake. Thanks for pointing that out.
    Fixed in the repository with your patch.

     
  • Marc Delisle

    Marc Delisle - 2012-05-07
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed