Added flush tables to acl_load_mutex-5170.test

This is needed as otherwise a lot of MyISAM tables may be marked
as crashed, depending on in which order tests are run
This commit is contained in:
Michael Widenius 2018-03-15 12:31:59 +02:00 committed by Monty
commit d572c19f22
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
create user user1@localhost;
create role r1 with admin user1@localhost;
grant all on test.* to r1;
flush tables;
select 1;
1
1

View file

@ -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