1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Reset user status after unix_socket.test

Fixed mysql-test-run failures for roles.acl_statistics
This commit is contained in:
Monty
2016-06-19 15:03:13 +03:00
parent 94b47bc5a5
commit 61492ea5dd
2 changed files with 2 additions and 1 deletions

View File

@ -27,4 +27,5 @@ USER@localhost @% test
# name does not match = failure # name does not match = failure
# #
delete from mysql.user where user=''; delete from mysql.user where user='';
FLUSH PRIVILEGES;
uninstall plugin unix_socket; uninstall plugin unix_socket;

View File

@ -55,6 +55,6 @@ grant SELECT ON test.* TO '' identified via unix_socket;
# restoring mysql.user to the original state. # restoring mysql.user to the original state.
delete from mysql.user where user=''; delete from mysql.user where user='';
FLUSH PRIVILEGES;
uninstall plugin unix_socket; uninstall plugin unix_socket;
--remove_file $MYSQLTEST_VARDIR/tmp/peercred_test.txt --remove_file $MYSQLTEST_VARDIR/tmp/peercred_test.txt