diff options
author | unknown <istruewing@stella.local> | 2008-01-16 12:15:57 +0100 |
---|---|---|
committer | unknown <istruewing@stella.local> | 2008-01-16 12:15:57 +0100 |
commit | 8f7c42de65665cc0f5835576d7904592c0820dc3 (patch) | |
tree | fe6a2c80b7b25223c4a3f284d282c813bb957bf2 /mysql-test/t/myisam.test | |
parent | 18a7ec307977df75160e071b57355404a09e8e96 (diff) | |
parent | 4fe64cf67ee7c486082f64cb4e5af3855feeec51 (diff) | |
download | mariadb-git-8f7c42de65665cc0f5835576d7904592c0820dc3.tar.gz |
Merge stella.local:/home2/mydev/mysql-5.0-bug32705
into stella.local:/home2/mydev/mysql-5.0-axmrg
mysql-test/r/myisam.result:
Bug#32705 - myisam corruption: Key in wrong position
at page 1024 with ucs2_bin
Manual merge
mysql-test/t/myisam.test:
Bug#32705 - myisam corruption: Key in wrong position
at page 1024 with ucs2_bin
Manual merge
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r-- | mysql-test/t/myisam.test | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test index 58e991cb323..90d4fc01afb 100644 --- a/mysql-test/t/myisam.test +++ b/mysql-test/t/myisam.test @@ -1194,19 +1194,6 @@ CHECK TABLE t1 EXTENDED; DROP TABLE t1; # -# Bug#32705 - myisam corruption: Key in wrong position -# at page 1024 with ucs2_bin -# -CREATE TABLE t1 ( - c1 CHAR(255) CHARACTER SET UCS2 COLLATE UCS2_BIN NOT NULL, - KEY(c1) - ) ENGINE=MyISAM; -INSERT INTO t1 VALUES ('marshall\'s'); -INSERT INTO t1 VALUES ('marsh'); -CHECK TABLE t1 EXTENDED; -DROP TABLE t1; - -# # Bug#28837: MyISAM storage engine error (134) doing delete with self-join # |