diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-30 23:34:48 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-30 23:34:48 +0200 |
commit | f2f5fd36c0d4f909a0f27a68046ce74781b80a1b (patch) | |
tree | 79e3eaf31554a106f4d95e24a09542034ef6f8bb /mysql-test/include | |
parent | 69027708695479fa4b114c95664ecedd1cefe72b (diff) | |
parent | 1d8cfe3c775d69b169750f13dc299763e4e346b2 (diff) | |
download | mariadb-git-f2f5fd36c0d4f909a0f27a68046ce74781b80a1b.tar.gz |
merge LP BUG#68606
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/maria_make_snapshot_for_comparison.inc | 1 | ||||
-rw-r--r-- | mysql-test/include/maria_make_snapshot_for_feeding_recovery.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/maria_make_snapshot_for_comparison.inc b/mysql-test/include/maria_make_snapshot_for_comparison.inc index cb756f60527..0c71bd10408 100644 --- a/mysql-test/include/maria_make_snapshot_for_comparison.inc +++ b/mysql-test/include/maria_make_snapshot_for_comparison.inc @@ -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; diff --git a/mysql-test/include/maria_make_snapshot_for_feeding_recovery.inc b/mysql-test/include/maria_make_snapshot_for_feeding_recovery.inc index dc706174b7c..fded4cb83b4 100644 --- a/mysql-test/include/maria_make_snapshot_for_feeding_recovery.inc +++ b/mysql-test/include/maria_make_snapshot_for_feeding_recovery.inc @@ -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; |