diff options
author | unknown <monty@narttu.mysql.fi> | 2003-10-23 13:25:16 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-10-23 13:25:16 +0300 |
commit | 8f236e417d768ff13e436f5e595e5462488bf4d1 (patch) | |
tree | 5d658837e410f7d98decca84792a9962023bcee7 /mysql-test/t/myisam.test | |
parent | add8cb68517dbb253a21558015b9dd46be02ff72 (diff) | |
parent | a8e99bd02659cb74e7f5e773497277cc2e73084b (diff) | |
download | mariadb-git-8f236e417d768ff13e436f5e595e5462488bf4d1.tar.gz |
Merge with 3.23 to get 4.0 tree in sync (no relevant changes to 4.0 tree)
BitKeeper/etc/logging_ok:
auto-union
sql/mini_client.cc:
Auto merged
client/mysqlbinlog.cc:
use local file
mysql-test/t/myisam.test:
Remove uncessesary drop table
sql/sql_parse.cc:
Use local
sql/sql_repl.cc:
use local
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r-- | mysql-test/t/myisam.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test index a5490153a17..12853cd67ca 100644 --- a/mysql-test/t/myisam.test +++ b/mysql-test/t/myisam.test @@ -88,7 +88,6 @@ DROP TABLE t1; # in ha_myisam::repair, and index size is changed (decreased). # -drop table if exists t1; create table t1 ( t1 char(255), key(t1(250))); insert t1 values ('137513751375137513751375137513751375137569516951695169516951695169516951695169'); insert t1 values ('178417841784178417841784178417841784178403420342034203420342034203420342034203'); |