Skip to content
Permalink
Browse files
Fixed failing test acl_load_mutex-5170
Added flush tables to ensure that MyISAM tables are
properly flushed before reboot
  • Loading branch information
montywi committed Jun 19, 2018
1 parent ab19466 commit 10d09a5
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 10d09a5

Please sign in to comment.