Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1893 05/06/17 16:07:54 tulin@stripped +1 -0
ha_ndbcluster.cc:
workaround for bug being fixed
sql/ha_ndbcluster.cc
1.192 05/06/17 16:06:11 tulin@stripped +1 -1
workaround for bug being fixed
# 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: tulin
# Host: dl145b.mysql.com
# Root: /home/ndbdev/tomas/mysql-5.1
--- 1.191/sql/ha_ndbcluster.cc Wed Jun 15 20:07:27 2005
+++ 1.192/sql/ha_ndbcluster.cc Fri Jun 17 16:06:11 2005
@@ -41,7 +41,7 @@
// Default value for max number of transactions
// createable against NDB from this handler
-static const int max_transactions= 2;
+static const int max_transactions= 3; // should really be 2 but there is a transaction to
much allocated when loch table is used
static const char *ha_ndb_ext=".ndb";
| Thread |
|---|
| • bk commit into 5.1 tree (tulin:1.1893) | tomas | 17 Jun |