Below is the list of changes that have just been committed into a local
5.0 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.2169 06/06/02 09:40:34 mskold@stripped +1 -0
Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table
sql/ha_ndbcluster.cc
1.251 06/06/02 09:40:05 mskold@stripped +1 -1
Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table
# 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.0
--- 1.250/sql/ha_ndbcluster.cc 2006-06-02 09:02:10 +02:00
+++ 1.251/sql/ha_ndbcluster.cc 2006-06-02 09:40:05 +02:00
@@ -70,7 +70,7 @@ handlerton ndbcluster_hton = {
NULL, /* create_cursor_read_view */
NULL, /* set_cursor_read_view */
NULL, /* close_cursor_read_view */
- HTON_NO_FLAGS
+ HTON_CAN_RECREATE
};
#define NDB_AUTO_INCREMENT_RETRIES 10
| Thread |
|---|
| • bk commit into 5.0 tree (mskold:1.2169) BUG#18864 | Martin Skold | 2 Jun |