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
1.2370 05/08/10 09:38:36 mskold@stripped +1 -0
Added support for ha_ndbcluster::info(HA_STATUS_AUTO)
sql/ha_ndbcluster.cc
1.168 05/08/10 09:38:25 mskold@stripped +9 -0
Added support for ha_ndbcluster::info(HA_STATUS_AUTO)
# 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: blowfish.ndb.mysql.com
# Root: /usr/local/home/marty/MySQL/mysql-4.1
--- 1.167/sql/ha_ndbcluster.cc 2005-07-06 11:23:25 +02:00
+++ 1.168/sql/ha_ndbcluster.cc 2005-08-10 09:38:25 +02:00
@@ -2826,7 +2826,16 @@
errkey= m_dupkey;
}
if (flag & HA_STATUS_AUTO)
+ {
DBUG_PRINT("info", ("HA_STATUS_AUTO"));
+ if (m_table)
+ {
+ Ndb *ndb= get_ndb();
+
+ auto_increment_value=
+ ndb->readAutoIncrementValue((const NDBTAB *) m_table);
+ }
+ }
DBUG_VOID_RETURN;
}
| Thread |
|---|
| • bk commit into 4.1 tree (mskold:1.2370) | Martin Skold | 10 Aug |