mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
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:
parent
410d093089
commit
d572c19f22
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue