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/t/select.test | |
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/t/select.test')
-rw-r--r-- | mysql-test/t/select.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test index d9b75fca362..89cc2a57b30 100644 --- a/mysql-test/t/select.test +++ b/mysql-test/t/select.test @@ -6,8 +6,6 @@ # Simple select test # -use test; - drop table if exists t1,t2,t3,t4; CREATE TABLE t1 ( |