After merge fix.

parent 51710387
...@@ -12666,7 +12666,6 @@ t6 CREATE TABLE `t6` ( ...@@ -12666,7 +12666,6 @@ t6 CREATE TABLE `t6` (
KEY `a` (`a`) KEY `a` (`a`)
) ENGINE=ARCHIVE DEFAULT CHARSET=latin1 ) ENGINE=ARCHIVE DEFAULT CHARSET=latin1
DROP TABLE t1, t2, t4, t5, t6; DROP TABLE t1, t2, t4, t5, t6;
drop table t1, t2, t4;
create table t1 (i int) engine=archive; create table t1 (i int) engine=archive;
insert into t1 values (1); insert into t1 values (1);
repair table t1 use_frm; repair table t1 use_frm;
......
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