diff options
author | unknown <monty@narttu.mysql.fi> | 2003-10-23 14:04:06 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-10-23 14:04:06 +0300 |
commit | f1a9ebe932d560c6dfab6c5c17aec4cfbc54129a (patch) | |
tree | 7069ebc41fee08e65596b536d2ae255df3fb1a87 /mysql-test | |
parent | f90558d6455efa6fce8c074e1e56542dce2c3d9e (diff) | |
download | mariadb-git-f1a9ebe932d560c6dfab6c5c17aec4cfbc54129a.tar.gz |
Fix results after merge
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/myisam.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result index 3052af3499d..e113a48f4da 100644 --- a/mysql-test/r/myisam.result +++ b/mysql-test/r/myisam.result @@ -83,7 +83,6 @@ OPTIMIZE TABLE t1; Table Op Msg_type Msg_text test.t1 optimize status OK DROP TABLE t1; -drop table if exists t1; create table t1 ( t1 char(255), key(t1(250))); insert t1 values ('137513751375137513751375137513751375137569516951695169516951695169516951695169'); insert t1 values ('178417841784178417841784178417841784178403420342034203420342034203420342034203'); |