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
#
delete from mysql.user where user='';
FLUSH PRIVILEGES;
uninstall plugin unix_socket;