mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Cherrypick fix for maria recovery bug LPBUG#686006 from 5.2
into 5.1
This commit is contained in:
parent
c34e5a9152
commit
aff371f662
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
# cover tables mysqltest.$mms_tname1,...$mms_tnameN
|
||||
|
||||
connection admin;
|
||||
--source include/wait_until_connected_again.inc
|
||||
|
||||
let $mms_table_to_use=$mms_tables;
|
||||
let $mms_purpose=comparison;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
|
||||
connection admin;
|
||||
--source include/wait_until_connected_again.inc
|
||||
|
||||
let $mms_table_to_use=$mms_tables;
|
||||
let $mms_purpose=feeding_recovery;
|
||||
|
|
Loading…
Reference in a new issue