summaryrefslogtreecommitdiff
path: root/mysql-test/main/truncate.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/truncate.test')
-rw-r--r--mysql-test/main/truncate.test8
1 files changed, 3 insertions, 5 deletions
diff --git a/mysql-test/main/truncate.test b/mysql-test/main/truncate.test
index 8895677b79f..9e28deacf63 100644
--- a/mysql-test/main/truncate.test
+++ b/mysql-test/main/truncate.test
@@ -1,9 +1,6 @@
#
# Test of truncate
#
---disable_warnings
-drop table if exists t1, t2;
---enable_warnings
create table t1 (a integer, b integer,c1 CHAR(10));
insert into t1 (a) values (1),(2);
@@ -161,5 +158,6 @@ HANDLER t1 READ FIRST;
# Cleanup
DROP TABLE t1;
---echo # End of 6.0 tests
-
+--echo #
+--echo # End of 5.5 tests
+--echo #