summaryrefslogtreecommitdiff
path: root/mysql-test/r/repair.result
diff options
context:
space:
mode:
authorunknown <kaa@polly.(none)>2007-10-17 10:29:51 +0400
committerunknown <kaa@polly.(none)>2007-10-17 10:29:51 +0400
commit77f287556bd72963630b8e0f625e230088522c4f (patch)
tree91a6ec58a846e0ae86d516983036c026fa14e041 /mysql-test/r/repair.result
parent99a7866a93823dad2e22ae9125bc57fa9643e838 (diff)
downloadmariadb-git-77f287556bd72963630b8e0f625e230088522c4f.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.result2
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'),