List:Commits« Previous MessageNext Message »
From:lzhou Date:December 6 2006 6:39pm
Subject:bk commit into 5.1 tree (lzhou:1.2320) BUG#22045
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of zhl. When zhl 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-12-06 17:38:41+00:00, lzhou@stripped +1 -0
  BUG#22045 Enable "REPLACE Into" in NDB cluster

  sql/ha_ndbcluster.cc@stripped, 2006-12-06 17:38:35+00:00, lzhou@stripped +0 -1
    Remove write_set limitation when do REPLACE operation

# 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:	lzhou
# Host:	dev3-63.dev.cn.tlan
# Root:	/home/zhl/mysql/mysql-5.1/bug22045

--- 1.359/sql/ha_ndbcluster.cc	2006-12-06 17:39:00 +00:00
+++ 1.360/sql/ha_ndbcluster.cc	2006-12-06 17:39:00 +00:00
@@ -2600,7 +2600,6 @@
   {
     Field *field= table->field[i];
     if (!(field->flags & PRI_KEY_FLAG) &&
-	(bitmap_is_set(table->write_set, i) || !m_use_write) &&
         set_ndb_value(op, field, i, record-table->record[0], &set_blob_value))
     {
       m_skip_auto_increment= TRUE;
Thread
bk commit into 5.1 tree (lzhou:1.2320) BUG#22045lzhou6 Dec