diff options
author | monty@mashka.mysql.fi <> | 2003-03-07 12:36:52 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-03-07 12:36:52 +0200 |
commit | 987f4c4d8b32e3871c2ec0c4c3acb2cd8d513041 (patch) | |
tree | b7b683cfb2aa34dc7387c8098c3d38fe143f5607 /mysql-test/r/select.result | |
parent | d56e2acf50715327e66045366da46e5fe2ddda09 (diff) | |
download | mariadb-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.result | 1 |
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, |