summaryrefslogtreecommitdiff
path: root/mysql-test/t/innodb-ucs2.test
diff options
context:
space:
mode:
authorunknown <istruewing@stella.local>2007-11-27 09:25:45 +0100
committerunknown <istruewing@stella.local>2007-11-27 09:25:45 +0100
commit8784957e14fee127c0b8ca094031f2b74e55e359 (patch)
treeab32de11c88b7520922d7c20f574b08b6cfafebc /mysql-test/t/innodb-ucs2.test
parent58316f2964e1ac3ad1ca02e0eb1b9e5885bdbe8b (diff)
downloadmariadb-git-8784957e14fee127c0b8ca094031f2b74e55e359.tar.gz
Bug#32754 - InnoDB tests do not prepare or clean up correctly
Some test cases were missing preparation to deal with failed predecessor test cases. Added preparation (drop table if exists) to some test cases. mysql-test/include/innodb_rollback_on_timeout.inc: Bug#32754 - InnoDB tests do not prepare or clean up correctly Added preparation (drop table if exists). mysql-test/r/innodb-semi-consistent.result: Bug#32754 - InnoDB tests do not prepare or clean up correctly Fixed test result. mysql-test/r/innodb-ucs2.result: Bug#32754 - InnoDB tests do not prepare or clean up correctly Fixed test result. mysql-test/r/innodb_mysql.result: Bug#32754 - InnoDB tests do not prepare or clean up correctly Fixed test result. mysql-test/r/innodb_timeout_rollback.result: Bug#32754 - InnoDB tests do not prepare or clean up correctly Fixed test result. mysql-test/t/innodb-semi-consistent.test: Bug#32754 - InnoDB tests do not prepare or clean up correctly Added preparation (drop table if exists). mysql-test/t/innodb-ucs2.test: Bug#32754 - InnoDB tests do not prepare or clean up correctly Added preparation (drop table if exists).
Diffstat (limited to 'mysql-test/t/innodb-ucs2.test')
-rw-r--r--mysql-test/t/innodb-ucs2.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/innodb-ucs2.test b/mysql-test/t/innodb-ucs2.test
index 6647a9d0845..7b91ef37d3f 100644
--- a/mysql-test/t/innodb-ucs2.test
+++ b/mysql-test/t/innodb-ucs2.test
@@ -1,6 +1,10 @@
-- source include/have_innodb.inc
-- source include/have_ucs2.inc
+--disable_warnings
+drop table if exists t1, t2;
+--enable_warnings
+
#
# BUG 14056 Column prefix index on UTF-8 primary key column causes: Can't find record..
#