List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:February 23 2006 12:49pm
Subject:bk commit into 5.1 tree (mats:1.2157)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mkindahl. When mkindahl 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.2157 06/02/23 13:49:27 mats@stripped +1 -0
  Merge mysqldev@stripped:my/mysql-5.1-release
  into  mysql.com:/users/mkindahl/bk/merge-b17181-mysql-5.1-new

  sql/ha_ndbcluster_binlog.cc
    1.23 06/02/23 13:49:11 mats@stripped +0 -0
    Auto merged

# 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:	mats
# Host:	dl145k.mysql.com
# Root:	/users/mkindahl/bk/merge-b17181-mysql-5.1-new/RESYNC

--- 1.22/sql/ha_ndbcluster_binlog.cc	2006-02-20 16:31:17 +01:00
+++ 1.23/sql/ha_ndbcluster_binlog.cc	2006-02-23 13:49:11 +01:00
@@ -310,7 +310,7 @@
       table= 0;
       break;
     }
-    assign_new_table_id(table);
+    assign_new_table_id(table_share);
     if (!table->record[1] || table->record[1] == table->record[0])
     {
       table->record[1]= alloc_root(&table->mem_root,
Thread
bk commit into 5.1 tree (mats:1.2157)Mats Kindahl23 Feb