diff options
Diffstat (limited to 'mysql-test/suite/roles')
-rw-r--r-- | mysql-test/suite/roles/acl_load_mutex-5170.result | 1 | ||||
-rw-r--r-- | mysql-test/suite/roles/acl_load_mutex-5170.test | 1 |
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 |