List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:October 8 2006 7:34pm
Subject:bk commit into 5.0 tree (svoj:1.2294)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of svoj. When svoj 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, 2006-10-08 22:34:32+05:00, svoj@stripped +1 -0
  After merge fix.

  sql/ha_myisammrg.cc@stripped, 2006-10-08 22:34:30+05:00, svoj@stripped +1 -1
    After merge fix.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	svoj
# Host:	april.(none)
# Root:	/home/svoj/devel/mysql/engines/mysql-5.0-engines

--- 1.81/sql/ha_myisammrg.cc	2006-10-08 22:34:37 +05:00
+++ 1.82/sql/ha_myisammrg.cc	2006-10-08 22:34:37 +05:00
@@ -335,7 +335,7 @@ void ha_myisammrg::info(uint flag)
         with such a number, it'll be an error later anyway.
       */
       bzero((char*) table->key_info[0].rec_per_key,
-            sizeof(table->key_info[0].rec_per_key) * table->key_parts);
+            sizeof(table->key_info[0].rec_per_key) * table->s->key_parts);
 #endif
       memcpy((char*) table->key_info[0].rec_per_key,
 	     (char*) info.rec_per_key,
Thread
bk commit into 5.0 tree (svoj:1.2294)Sergey Vojtovich8 Oct