mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
After merge fix.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user