Commit 61492ea5 authored by Monty's avatar Monty

Reset user status after unix_socket.test

Fixed mysql-test-run failures for roles.acl_statistics
parent 94b47bc5
......@@ -27,4 +27,5 @@ USER@localhost @% test
# name does not match = failure
#
delete from mysql.user where user='';
FLUSH PRIVILEGES;
uninstall plugin unix_socket;
......@@ -55,6 +55,6 @@ grant SELECT ON test.* TO '' identified via unix_socket;
# restoring mysql.user to the original state.
delete from mysql.user where user='';
FLUSH PRIVILEGES;
uninstall plugin unix_socket;
--remove_file $MYSQLTEST_VARDIR/tmp/peercred_test.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment