diff options
author | unknown <svoj@mysql.com/april.(none)> | 2007-03-31 20:27:43 +0500 |
---|---|---|
committer | unknown <svoj@mysql.com/april.(none)> | 2007-03-31 20:27:43 +0500 |
commit | 81786abd7f45d8a8ff788ef2e333417cb7ac29e1 (patch) | |
tree | 8361b466553f44e06e9e96f4863fff4150b17898 | |
parent | b8c217e6d92f2af05e85ce432ec4e577cfaa8908 (diff) | |
download | mariadb-git-81786abd7f45d8a8ff788ef2e333417cb7ac29e1.tar.gz |
After merge fix.
-rw-r--r-- | mysql-test/r/archive.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result index f90577813f4..59462e848d2 100644 --- a/mysql-test/r/archive.result +++ b/mysql-test/r/archive.result @@ -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; |