List:Commits« Previous MessageNext Message »
From:gni Date:August 8 2007 11:11am
Subject:bk commit into 5.0 tree (gni:1.2471)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of gni. When gni 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-08-08 19:11:19+08:00, gni@stripped +1 -0
  Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/mysql-5.0-ndb-bj
  into  dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug28423
  MERGE: 1.2463.55.1

  sql/ha_ndbcluster.cc@stripped, 2007-08-08 19:10:45+08:00, gni@stripped +0 -0
    Auto merged
    MERGE: 1.311.1.5

# 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:	gni
# Host:	dev3-221.dev.cn.tlan
# Root:	/home/ngb/mysql/mysql-5.0/bug28423/RESYNC

--- 1.313/sql/ha_ndbcluster.cc	2007-08-08 19:11:25 +08:00
+++ 1.314/sql/ha_ndbcluster.cc	2007-08-08 19:11:25 +08:00
@@ -181,8 +181,8 @@
 static const err_code_mapping err_map[]= 
 {
   { 626, HA_ERR_KEY_NOT_FOUND, 0 },
-  { 630, HA_ERR_FOUND_DUPP_KEY, 0 },
-  { 893, HA_ERR_FOUND_DUPP_KEY, 0 },
+  { 630, HA_ERR_FOUND_DUPP_KEY, 1 },
+  { 893, HA_ERR_FOUND_DUPP_KEY, 1 },
   { 721, HA_ERR_TABLE_EXIST, 1 },
   { 4244, HA_ERR_TABLE_EXIST, 1 },
 
Thread
bk commit into 5.0 tree (gni:1.2471)gni8 Aug