summaryrefslogtreecommitdiff
path: root/mysql-test/r/backup.result
diff options
context:
space:
mode:
authorbar@mysql.com <>2005-12-30 14:55:56 +0400
committerbar@mysql.com <>2005-12-30 14:55:56 +0400
commit83d8979ca28da67a054fff6c8f9e127e38f26ecb (patch)
tree185bee512e8470892308c7c1d5e12e81aafff8fa /mysql-test/r/backup.result
parente97f38b2d8a4d7b63ad4dbb2080d381c24093a69 (diff)
downloadmariadb-git-83d8979ca28da67a054fff6c8f9e127e38f26ecb.tar.gz
backup.result, backup.test:
t4 was not dropped, which made the "backup" test fail if one of the previous tests using t4 (e.g. "archive") failed.
Diffstat (limited to 'mysql-test/r/backup.result')
-rw-r--r--mysql-test/r/backup.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/backup.result b/mysql-test/r/backup.result
index c7b4b1c4155..96df7c2da06 100644
--- a/mysql-test/r/backup.result
+++ b/mysql-test/r/backup.result
@@ -1,5 +1,5 @@
set SQL_LOG_BIN=0;
-drop table if exists t1, t2, t3;
+drop table if exists t1, t2, t3, t4;
create table t4(n int);
backup table t4 to '../bogus';
Table Op Msg_type Msg_text