List:Commits« Previous MessageNext Message »
From:Martin Skold Date:October 19 2006 2:41pm
Subject:bk commit into 4.1 tree (mskold:1.2532) BUG#21072
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of marty. When marty 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-19 14:41:14+02:00, mskold@stripped +1 -0
  Bug #21072  Duplicate key error in NDB references wrong key: use MAX_KEY to signal
unknown key: Added string initialization

  sql/handler.cc@stripped, 2006-10-19 14:41:04+02:00, mskold@stripped +1 -0
    Bug #21072  Duplicate key error in NDB references wrong key: use MAX_KEY to signal
unknown key: Added string initialization

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-4.1-ndb

--- 1.174/sql/handler.cc	2006-10-19 14:41:22 +02:00
+++ 1.175/sql/handler.cc	2006-10-19 14:41:22 +02:00
@@ -1107,6 +1107,7 @@ void handler::print_error(int error, myf
       {
 	/* Key is unknown */
 	str.length(0);
+	str.append("");
 	key_nr= -1;
       }
       else
Thread
bk commit into 4.1 tree (mskold:1.2532) BUG#21072Martin Skold19 Oct