List:Commits« Previous MessageNext Message »
From:bar Date:October 23 2007 8:54am
Subject:bk commit into 5.2 tree (bar:1.2622)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of bar. When bar 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-23 13:54:06+05:00, bar@stripped +1 -0
  After megre fix

  mysql-test/r/myisam.result@stripped, 2007-10-23 13:54:04+05:00, bar@stripped +1 -1
    After megre fix

diff -Nrup a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
--- a/mysql-test/r/myisam.result	2007-10-22 16:43:27 +05:00
+++ b/mysql-test/r/myisam.result	2007-10-23 13:54:04 +05:00
@@ -1849,7 +1849,7 @@ t1	CREATE TABLE `t1` (
   `a` int(11) NOT NULL,
   `b` varchar(2048) DEFAULT NULL,
   KEY `a` (`a`) KEY_BLOCK_SIZE=1024,
-  KEY `b` (`b`(1332)) KEY_BLOCK_SIZE=6144
+  KEY `b` (`b`(1332)) KEY_BLOCK_SIZE=8192
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 KEY_BLOCK_SIZE=2048
 alter table t1 add c int, add key (c);
 show create table t1;
Thread
bk commit into 5.2 tree (bar:1.2622)bar23 Oct