Below is the list of changes that have just been committed into a local
5.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
1.2383 06/05/08 08:55:50 mskold@stripped +1 -0
Merge mskold@stripped:/home/bk/mysql-5.1-new
into mysql.com:/home/marty/MySQL/mysql-5.1-new
sql/ha_ndbcluster.cc
1.302 06/05/08 08:55:41 mskold@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: mskold
# Host: linux.site
# Root: /home/marty/MySQL/mysql-5.1-new/RESYNC
--- 1.301/sql/ha_ndbcluster.cc 2006-05-05 19:09:16 +02:00
+++ 1.302/sql/ha_ndbcluster.cc 2006-05-08 08:55:41 +02:00
@@ -6447,7 +6447,8 @@
}
// Define scan op for the range
- if ((trans=m_active_trans) == NULL)
+ if ((trans=m_active_trans) == NULL ||
+ trans->commitStatus() != NdbTransaction::Started)
{
DBUG_PRINT("info", ("no active trans"));
if (! (trans=ndb->startTransaction()))
| Thread |
|---|
| • bk commit into 5.1 tree (mskold:1.2383) | Martin Skold | 9 May |