Skip to content
Permalink
Browse files
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
  • Loading branch information
montywi committed Mar 29, 2018
1 parent 410d093 commit d572c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -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
@@ -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

0 comments on commit d572c19

Please sign in to comment.