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:
@ -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;
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user