summaryrefslogtreecommitdiff
path: root/mysql-test/r/select.result
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-03-07 12:36:52 +0200
committermonty@mashka.mysql.fi <>2003-03-07 12:36:52 +0200
commit987f4c4d8b32e3871c2ec0c4c3acb2cd8d513041 (patch)
treeb7b683cfb2aa34dc7387c8098c3d38fe143f5607 /mysql-test/r/select.result
parentd56e2acf50715327e66045366da46e5fe2ddda09 (diff)
downloadmariadb-git-987f4c4d8b32e3871c2ec0c4c3acb2cd8d513041.tar.gz
Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)
Some after merge fixes
Diffstat (limited to 'mysql-test/r/select.result')
-rw-r--r--mysql-test/r/select.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/select.result b/mysql-test/r/select.result
index a921d75f20a..b71c6ada03f 100644
--- a/mysql-test/r/select.result
+++ b/mysql-test/r/select.result
@@ -1,4 +1,3 @@
-use test;
drop table if exists t1,t2,t3,t4;
CREATE TABLE t1 (
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,