- 02 Feb, 2007 1 commit
-
-
jonas@eel.(none) authored
fix failure during start
-
- 30 Jan, 2007 4 commits
-
-
jonas@perch.ndb.mysql.com authored
1) move AbortOption from NdbTransaction to NdbOperation 2) let each operation have a "default" abort option dependant on operation type - read - AO_IgnoreError - dml - AbortOnError - scan take over - AbortOnError 3) Changed default value to execute() from AbortOnError to DefaultAbortOption, which does not change the operations abort-option. Another value to execute(AO) is equivalent to setting AO on each operation before calling execute 4) execute() does _only_ return -1 if transaction has been aborted otherwise, you need to check each operation for error code
-
jonas@perch.ndb.mysql.com authored
remove copy/paste method in NdbIndexOperation
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
two small fixes for TC 1) use static syntax 2) fix attlen handling in unique index
-
- 28 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 23 Jan, 2007 1 commit
-
-
jonas@eel.(none) authored
Fix read after delete (in same op) - lqh, handling of attrinfo - tup, setup read for disk/varchar
-
- 22 Jan, 2007 4 commits
-
-
jonas@eel.(none) authored
- add some sanity check to marker/hash code to see that element isnt inserted twice into hashtable (if defined VM_TRACE or ERROR_INSERT) - allow REMOVE_MARKER_ORD to fail(dont find record) in release
-
jonas@eel.(none) authored
remove accidently left debug prinouts
-
jonas@eel.(none) authored
Make sure subscriber is removed from list when n_subscribers is decreased
-
jonas@eel.(none) authored
Fix assertion in corner-case where signal isnt sent to any node
-
- 20 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 19 Jan, 2007 3 commits
-
-
jonas@perch.ndb.mysql.com authored
fix some more sp100 hang cases
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
fix cpu peak in big clusters during unpack of config
-
- 17 Jan, 2007 2 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
add support for doing mlockall before mallc instead of after (recommit in 5.0)
-
- 16 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
additional fix after autotest dont send start_fragreq to temporary tables such as ordered indexes...
-
- 15 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix DD problem during NR after 3 missed LCP's
-
- 12 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
fix not aligned or non 32-bit values in "smart" scan
-
- 11 Jan, 2007 3 commits
-
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
fix bug when master failure during nr (recommit against 5.0)
-
- 10 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
handle partially transfered LCP_FRAG_REP after node failure recommit to 51-work
-
- 04 Jan, 2007 3 commits
-
-
jonas@perch.ndb.mysql.com authored
extra sledge hammer, (real 51) use dicklock to prevent SUB_START_REQ during node recovery
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
Fix most obvious error in dict/suma error handling of events
-
- 03 Jan, 2007 2 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
on master node failure during qmgr-commitreq make sure to remove all committed failed nodes from failed/prepfailed arrays
-
- 15 Dec, 2006 5 commits
-
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
incorrect handling of commit/ignore error in unique index code
-
jonas@perch.ndb.mysql.com authored
add testcase
-
jonas@perch.ndb.mysql.com authored
make sure apicon timer is reset when setting CS_CONNECTED
-
- 12 Dec, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
make sure not too poll to long, in case of hb-failure of last db-node
-
jonas@perch.ndb.mysql.com authored
make sure DISK flag is set on DATA column for blob table
-
jonas@perch.ndb.mysql.com authored
split assignment into 2 lines
-
- 11 Dec, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix in bug fix, make sure LCP_SKIP is only used for inserts...
-
- 08 Dec, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
Fix start transaction with hint from ndbapi
-