List:Internals« Previous MessageNext Message »
From:ramil Date:March 15 2005 3:43pm
Subject:bk commit into 5.0 tree (ramil:1.1811)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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
  1.1811 05/03/15 19:43:32 ramil@stripped +1 -0
  after merge fix

  sql/ha_heap.cc
    1.59 05/03/15 19:43:25 ramil@stripped +2 -2
    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:	ramil
# Host:	gw.mysql.r18.ru
# Root:	/usr/home/ram/work/5.0

--- 1.58/sql/ha_heap.cc	2005-03-15 19:31:47 +04:00
+++ 1.59/sql/ha_heap.cc	2005-03-15 19:43:25 +04:00
@@ -531,8 +531,8 @@
 			mem_per_row);
   if (table_arg->found_next_number_field)
   {
-    keydef[table_arg->next_number_index].flag|= HA_AUTO_KEY;
-    found_real_auto_increment= table_arg->next_number_key_offset == 0;
+    keydef[share->next_number_index].flag|= HA_AUTO_KEY;
+    found_real_auto_increment= share->next_number_key_offset == 0;
   }
   HP_CREATE_INFO hp_create_info;
   hp_create_info.auto_key_type= auto_key_type;
Thread
bk commit into 5.0 tree (ramil:1.1811)ramil15 Mar