Commit fbcd7fbe authored by marko's avatar marko

branches/zip: innodb-index.test: Remove a bogus comment that should have

been removed in r1808.
parent 1b52ef61
...@@ -18,8 +18,6 @@ alter table t1 add index (b); ...@@ -18,8 +18,6 @@ alter table t1 add index (b);
show create table t1; show create table t1;
-- Check how existing tables interfere with temporary tables. -- Check how existing tables interfere with temporary tables.
-- The error code is somewhat misleading. If innodb_file_per_table=1,
-- "File exists" from the operating system will translate into -1.
CREATE TABLE `t1#1`(a INT PRIMARY KEY) ENGINE=InnoDB; CREATE TABLE `t1#1`(a INT PRIMARY KEY) ENGINE=InnoDB;
--error 156 --error 156
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment