From 77f287556bd72963630b8e0f625e230088522c4f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Oct 2007 10:29:51 +0400 Subject: [PATCH] Fixed the test case for bug #31174 to not fail on 64-bit platforms. --- mysql-test/r/repair.result | 2 +- mysql-test/t/repair.test | 2 +- 2 files changed, 2 insertions(+), 2 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'), 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'),