Commit 81786abd authored by unknown's avatar unknown
Browse files

After merge fix.

parent b8c217e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12666,7 +12666,6 @@ t6 CREATE TABLE `t6` (
  KEY `a` (`a`)
) ENGINE=ARCHIVE DEFAULT CHARSET=latin1
DROP TABLE t1, t2, t4, t5, t6;
drop table t1, t2, t4;
create table t1 (i int) engine=archive;
insert into t1 values (1);
repair table t1 use_frm;