Below is the list of changes that have just been committed into a local
5.0 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/installing-source-tree.html
ChangeSet
1.2090 06/03/24 14:21:45 jonas@stripped +3 -0
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
sql/ha_innodb.cc
1.289 06/03/24 14:21:41 jonas@stripped +0 -0
Auto merged
ndb/src/ndbapi/NdbTransaction.cpp
1.48 06/03/24 14:21:41 jonas@stripped +0 -0
Auto merged
mysql-test/lib/mtr_timer.pl
1.8 06/03/24 14:21:41 jonas@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: jonas
# Host: perch.ndb.mysql.com
# Root: /home/jonas/src/mysql-5.0/RESYNC
--- 1.47/ndb/src/ndbapi/NdbTransaction.cpp 2006-03-22 15:10:35 +01:00
+++ 1.48/ndb/src/ndbapi/NdbTransaction.cpp 2006-03-24 14:21:41 +01:00
@@ -1171,6 +1171,8 @@
{
tOp->m_currentTable = table;
}
+ // Mark that this really an NdbIndexScanOperation
+ tOp->m_type = NdbOperation::OrderedIndexScan;
return tOp;
} else {
setOperationErrorCodeAbort(4271);
@@ -1232,6 +1234,8 @@
if (tOp->init(tab, this) != -1) {
define_scan_op(tOp);
+ // Mark that this NdbIndexScanOperation is used as NdbScanOperation
+ tOp->m_type = NdbOperation::TableScan;
return tOp;
} else {
theNdb->releaseScanOperation(tOp);
| Thread |
|---|
| • bk commit into 5.0 tree (jonas:1.2090) | jonas | 24 Mar |