bk commit into 4.1 tree (joreland:1.2274) -
06-01-2005
, 05:06 AM
Below is the list of changes that have just been committed into a local
4.1 repository of jonas. When jonas 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/in...urce-tree.html
ChangeSet
1.2274 05/06/01 13:05:41 joreland (AT) mysql (DOT) com +1 -0
ndb - fix broken ndb_alter_table
reinit AI len after preparing interpreted
ndb/src/ndbapi/NdbOperationExec.cpp
1.17 05/06/01 13:05:39 joreland (AT) mysql (DOT) com +1 -0
reinit AI len after preparing interpreted
# 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: joreland
# Host: eel.ndb.mysql.com.ndb.mysql.com
# Root: /home/jonas/src/mysql-4.1
--- 1.16/ndb/src/ndbapi/NdbOperationExec.cpp Thu May 26 22:04:47 2005
+++ 1.17/ndb/src/ndbapi/NdbOperationExec.cpp Wed Jun 1 13:05:39 2005
@@ -139,6 +139,7 @@
if (prepareSendInterpreted() == -1) {
return -1;
}//if
+ tTotalCurrAI_Len = theTotalCurrAI_Len;
}//if
//-------------------------------------------------------------
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw |