summaryrefslogtreecommitdiff
path: root/mysql-test/r/truncate.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-08-30 18:39:42 +0300
committerunknown <bell@sanja.is.com.ua>2002-08-30 18:39:42 +0300
commit873d868c26757a85a3d59f6f93c18d7ed82218f4 (patch)
tree24482c469453ca43cfcd2ca1bcfcd24a579463eb /mysql-test/r/truncate.result
parentf1c80596d9f707fb092fcb7dcab442f229111453 (diff)
downloadmariadb-git-873d868c26757a85a3d59f6f93c18d7ed82218f4.tar.gz
truncate test made independed from environment
Diffstat (limited to 'mysql-test/r/truncate.result')
-rw-r--r--mysql-test/r/truncate.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/truncate.result b/mysql-test/r/truncate.result
index 44dacdd9bf1..ad390c9fa92 100644
--- a/mysql-test/r/truncate.result
+++ b/mysql-test/r/truncate.result
@@ -1,3 +1,4 @@
+drop table if exists t1;
create table t1 (a integer, b integer,c1 CHAR(10));
insert into t1 (a) values (1),(2);
truncate table t1;