diff options
author | unknown <kaa@polly.(none)> | 2007-10-17 10:29:51 +0400 |
---|---|---|
committer | unknown <kaa@polly.(none)> | 2007-10-17 10:29:51 +0400 |
commit | 77f287556bd72963630b8e0f625e230088522c4f (patch) | |
tree | 91a6ec58a846e0ae86d516983036c026fa14e041 /mysql-test/t/repair.test | |
parent | 99a7866a93823dad2e22ae9125bc57fa9643e838 (diff) | |
download | mariadb-git-77f287556bd72963630b8e0f625e230088522c4f.tar.gz |
Fixed the test case for bug #31174 to not fail on 64-bit platforms.
Diffstat (limited to 'mysql-test/t/repair.test')
-rw-r--r-- | mysql-test/t/repair.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/repair.test b/mysql-test/t/repair.test index e391e3e0076..1e3facdc3c2 100644 --- a/mysql-test/t/repair.test +++ b/mysql-test/t/repair.test @@ -88,7 +88,7 @@ DROP TABLE t1; # myisam_sort_buffer_size # CREATE TABLE t1(a CHAR(255), KEY(a)); -SET myisam_sort_buffer_size=4196; +SET myisam_sort_buffer_size=4496; INSERT INTO t1 VALUES ('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'), ('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'), |