List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:October 17 2007 6:29am
Subject:bk commit into 4.1 tree (kaa:1.2689) BUG#31174
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kaa. When kaa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-10-17 10:29:51+04:00, kaa@polly.(none) +2 -0
  Fixed the test case for bug #31174 to not fail on 64-bit platforms.

  mysql-test/r/repair.result@stripped, 2007-10-17 10:29:45+04:00, kaa@polly.(none) +1 -1
    Fixed the test case for bug #31174 to not fail on 64-bit platforms.

  mysql-test/t/repair.test@stripped, 2007-10-17 10:29:45+04:00, kaa@polly.(none) +1 -1
    Fixed the test case for bug #31174 to not fail on 64-bit platforms.

diff -Nrup a/mysql-test/r/repair.result b/mysql-test/r/repair.result
--- a/mysql-test/r/repair.result	2007-10-11 14:28:09 +04:00
+++ b/mysql-test/r/repair.result	2007-10-17 10:29:45 +04:00
@@ -84,7 +84,7 @@ SET myisam_repair_threads=@@global.myisa
 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 -Nrup a/mysql-test/t/repair.test b/mysql-test/t/repair.test
--- a/mysql-test/t/repair.test	2007-10-11 14:28:09 +04:00
+++ b/mysql-test/t/repair.test	2007-10-17 10:29:45 +04:00
@@ -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'),
Thread
bk commit into 4.1 tree (kaa:1.2689) BUG#31174Alexey Kopytov17 Oct