Commit 10d09a57 authored by Monty's avatar Monty

Fixed failing test acl_load_mutex-5170

Added flush tables to ensure that MyISAM tables are
properly flushed before reboot
parent ab194666
create user user1@localhost;
create role r1 with admin user1@localhost;
grant all on test.* to r1;
flush tables;
select 1;
1
1
......
......@@ -5,6 +5,7 @@
create user user1@localhost;
create role r1 with admin user1@localhost;
grant all on test.* to r1;
flush tables;
--append_file $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
wait
......
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