summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-06-18 22:44:58 +0300
committerMonty <monty@mariadb.org>2018-06-19 16:23:34 +0300
commit10d09a57f88cafaabcb6ba8475c1951fe329756e (patch)
tree2723628ff17149e19d69f9b42da14256d1659140
parentab194666564acab29a4bcb7ca763e0ae0e691d1f (diff)
downloadmariadb-git-10d09a57f88cafaabcb6ba8475c1951fe329756e.tar.gz
Fixed failing test acl_load_mutex-5170
Added flush tables to ensure that MyISAM tables are properly flushed before reboot
-rw-r--r--mysql-test/suite/roles/acl_load_mutex-5170.result1
-rw-r--r--mysql-test/suite/roles/acl_load_mutex-5170.test1
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/roles/acl_load_mutex-5170.result b/mysql-test/suite/roles/acl_load_mutex-5170.result
index 6f6688f446e..775541b94f7 100644
--- a/mysql-test/suite/roles/acl_load_mutex-5170.result
+++ b/mysql-test/suite/roles/acl_load_mutex-5170.result
@@ -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
diff --git a/mysql-test/suite/roles/acl_load_mutex-5170.test b/mysql-test/suite/roles/acl_load_mutex-5170.test
index e77d191ea16..22b9dffb5fd 100644
--- a/mysql-test/suite/roles/acl_load_mutex-5170.test
+++ b/mysql-test/suite/roles/acl_load_mutex-5170.test
@@ -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