1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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.


mysql-test/t/backup.test:
  t4 was not dropped.
mysql-test/r/backup.result:
  t4 was not dropped.
This commit is contained in:
unknown
2005-12-30 14:55:56 +04:00
parent 694eca71c1
commit 80d3e73466
2 changed files with 2 additions and 2 deletions

View File

@@ -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