- 22 Jan, 2008 2 commits
-
-
-
Add new variable m_highest_seen when only peeking at auto_increment NEXTID and not retrieving to cache. Add new method to check tupleId before calling data node ndb_restore.result, ndb_restore.test: Changed test to use information_schema to check auto_increment DictCache.cpp, Ndb.cpp: Add new variable m_highest_seen when only peeking at auto_increment NEXTID and not retrieving to cache. Add new method to check tupleId before calling data node. When setting the auto_increment value we'll also read up the new value, this is useful if we use the table the first time in this MySQL Server and haven't yet seen the NEXTID value. The kernel will avoid updating since it already has the value but will also read up the NEXTID value to ensure we don't need to do this any more time. ndb_auto_increment.result: Updated result file since it was incorrect
-
- 07 Dec, 2007 3 commits
-
-
- 06 Dec, 2007 1 commit
-
-
bug#21072 Duplicate key error in NDB references wrong key: Return correct key for non-batching inserts
-
- 22 Nov, 2007 1 commit
-
-
mskold/marty@quadfish.(none) authored
into mysql.com:/home/marty/MySQL/mysql-5.0-ndb
-
- 14 Nov, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
-
- 07 Nov, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
fix lcp master take over bug
-
- 06 Nov, 2007 1 commit
-
-
- 05 Nov, 2007 1 commit
-
-
Bug #31956 auto increment bugs in MySQL Cluster: Added utility method and constant for internal prefetch default ndb_auto_increment.result: BitKeeper file /home/marty/MySQL/mysql-5.0-ndb/mysql-test/r/ndb_auto_increment.result mysqld.cc: Bug #25176 Trying to set ndb_autoincrement_prefetch_sz always fails: Changed pointer to max value Bug #31956 auto increment bugs in MySQL Cluster: Changed meaning of ndb_autoincrement_prefetch_sz to specify prefetch between statements, changed default to 1 (with internal prefetch to at least 32 inside a statement) ndb_insert.test, ndb_insert.result: Moved auto_increment tests to ndb_auto_increment.test ndb_auto_increment.test: BitKeeper file /home/marty/MySQL/mysql-5.0-ndb/mysql-test/t/ndb_auto_increment.test ha_ndbcluster.cc: Bug #31956 auto increment bugs in MySQL Cluster: Changed meaning of ndb_autoincrement_prefetch_sz to specify prefetch between statements, changed default to 1 (with internal prefetch to at least 32 inside a statement), added handling of updates of pk/unique key with auto_increment Bug #32055 Cluster does not handle auto inc correctly with insert ignore statement
-
- 01 Nov, 2007 1 commit
-
-
knielsen@ymer.(none) authored
Fix uninitialized variable causing failures for some interpreted update operations on gcc 4.2.1.
-
- 26 Oct, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
0 pad varsize keys in ndbapi
-
- 25 Oct, 2007 4 commits
-
-
knielsen@loke.(none) authored
into loke.(none):/home/knielsen/devel/mysql-5.0-ndb
-
knielsen@loke.(none) authored
into loke.(none):/home/knielsen/devel/mysql-5.0-ndb
-
knielsen@loke.(none)[knielsen] authored
Fix extra semicolon causing if-statement to be disabled.
-
knielsen@loke.(none)[knielsen] authored
Fix problem with AttributeHeader::init() seen with gcc 4.2.1. Using the same object as both Uint32 and class AttributeHeader violates strict aliasing rule.
-
- 24 Oct, 2007 1 commit
-
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
-
- 14 Oct, 2007 1 commit
-
-
pekka@sama.ndb.mysql.com authored
-
- 04 Oct, 2007 1 commit
-
-
pekka@sama.ndb.mysql.com authored
-
- 03 Oct, 2007 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
-
stewart@flamingspork.com[stewart] authored
Close the event log on shutdown of mgmd (in stopEventLog()) Index: ndb-work/ndb/src/mgmsrv/MgmtSrvr.cpp ===================================================================
-
- 02 Oct, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 01 Oct, 2007 1 commit
-
-
stewart@willster.(none) authored
-
- 25 Sep, 2007 1 commit
-
-
stewart@flamingspork.com[stewart] authored
timoOutLoopStartLab() checks if any transactions have been delayed for so long that we are forced to perform some action (e.g. abort, resend etc). It is *MEANT* to (according to the comment): > To avoid aborting both transactions in a deadlock detected by time-out > we insert a random extra time-out of upto 630 ms by using the lowest > six bits of the api connect reference. > We spread it out from 0 to 630 ms if base time-out is larger than 3 sec, > we spread it out from 0 to 70 ms if base time-out is smaller than 300 msec, > and otherwise we spread it out 310 ms. The comment (as all do) lies. the API connect reference is not very random, producing incredibly predictable "random" numbers. This could lead to both txns being aborted instead of just one. Before: timeout value: 123 3 timeout value: 122 2 timeout value: 122 2 timeout value: 122 2 timeout value: 123 3 After: timeout value: 127 7 timeout value: 126 6 timeout value: 129 9 timeout value: 139 19 timeout value: 137 17 timeout value: 151 31 timeout value: 130 10 timeout value: 132 12 Index: ndb-work/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp ===================================================================
-
- 13 Sep, 2007 2 commits
-
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
-
mskold/marty@mysql.com/linux.site authored
-
- 12 Sep, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-bj
-
tomas@whalegate.ndb.mysql.com authored
-
- 29 Aug, 2007 1 commit
-
-
pekka@sama.ndb.mysql.com authored
-
- 20 Aug, 2007 4 commits
-
-
lzhou/zhl@dev3-63.(none) authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
-
lzhou/zhl@dev3-63.(none) authored
-
lzhou/zhl@dev3-63.(none) authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
-
lzhou/zhl@dev3-63.(none) authored
-
- 16 Aug, 2007 1 commit
-
-
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndb-bj.merge
-
- 15 Aug, 2007 1 commit
-
-
lzhou/zhl@dev3-63.(none) authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
-
- 14 Aug, 2007 3 commits
-
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
-
stewart@willster.(none) authored
ChangeSet@1.2575, 2007-08-07 19:16:06+02:00, msvensson@pilot.(none) +2 -0 Bug#26793 mysqld crashes when doing specific query on information_schema - Drop the newly created user user1@localhost - Cleanup testcase
-
- 13 Aug, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-