diff options
author | kaa@polly.(none) <> | 2007-10-17 10:29:51 +0400 |
---|---|---|
committer | kaa@polly.(none) <> | 2007-10-17 10:29:51 +0400 |
commit | fa21920020abfb570758c32951e7edd9eb9ba0fa (patch) | |
tree | 91a6ec58a846e0ae86d516983036c026fa14e041 /mysql-test/r/repair.result | |
parent | 18250925bcad309e8dd5424ba40205be60cdbf59 (diff) | |
download | mariadb-git-fa21920020abfb570758c32951e7edd9eb9ba0fa.tar.gz |
Fixed the test case for bug #31174 to not fail on 64-bit platforms.
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r-- | mysql-test/r/repair.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result index 80b716131b9..fc553c8a698 100644 --- a/mysql-test/r/repair.result +++ b/mysql-test/r/repair.result @@ -84,7 +84,7 @@ SET myisam_repair_threads=@@global.myisam_repair_threads; SET myisam_sort_buffer_size=@@global.myisam_sort_buffer_size; DROP TABLE t1; 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'), |