Branch: refs/heads/QA_4_5 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8ad474dda0458c69b6a29f1b2ad1984b22662bce https://github.com/phpmyadmin/phpmyadmin/commit/8ad474dda0458c69b6a29f1b2ad1... Author: Michal Čihař michal@cihar.com Date: 2016-01-08 (Fri, 08 Jan 2016)
Changed paths: M ChangeLog M libraries/check_user_privileges.lib.php
Log Message: ----------- Do not invoke FLUSH PRIVILEGES when server in --skip-grant-tables
In this case we know the user has all privileges, so there is no need to check it.
Also FLUSH PRIVILEGES causes --skip-grant-tables to end, making all previous checks invalid.
Fixes #11828
Signed-off-by: Michal Čihař michal@cihar.com