diff options
author | unknown <guilhem@gbichot4.local> | 2007-12-31 12:52:45 +0100 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2007-12-31 12:52:45 +0100 |
commit | 4902e80471e998e26bf5ea3b5f57cf6d79c2471b (patch) | |
tree | 684b76112ab0e633870f05b86d62746af20a0019 /mysql-test/include/maria_empty_logs.inc | |
parent | 75a8907ee0d0bf83c396bd0bd6e3bbe3ff523a00 (diff) | |
parent | 18bc7b695af8b553e6b8151ce7ce2e2d8755881d (diff) | |
download | mariadb-git-4902e80471e998e26bf5ea3b5f57cf6d79c2471b.tar.gz |
merge
Diffstat (limited to 'mysql-test/include/maria_empty_logs.inc')
-rw-r--r-- | mysql-test/include/maria_empty_logs.inc | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/mysql-test/include/maria_empty_logs.inc b/mysql-test/include/maria_empty_logs.inc index a24541717b0..64ea9e7a47e 100644 --- a/mysql-test/include/maria_empty_logs.inc +++ b/mysql-test/include/maria_empty_logs.inc @@ -18,9 +18,45 @@ if (!$mel_keep_control_file) remove_file $MYSQLTEST_VARDIR/master-data/maria_log_control; } remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000001; --- error 0,1 # maybe there is just one log +-- error 0,1 remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000002; -# Hope there were not more than these logs. +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000003; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000004; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000005; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000006; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000007; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000008; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000009; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000010; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000011; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000012; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000013; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000014; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000015; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000016; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000017; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000018; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000019; +-- error 0,1 +remove_file $MYSQLTEST_VARDIR/master-data/maria_log.00000020; +# hope there are not more than these logs... -- error 0,1 remove_file $MYSQLTEST_VARDIR/master-data/maria_recovery.trace; |