From 77f287556bd72963630b8e0f625e230088522c4f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Oct 2007 10:29:51 +0400 Subject: Fixed the test case for bug #31174 to not fail on 64-bit platforms. --- mysql-test/t/repair.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/repair.test') 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'), -- cgit v1.2.1