An error occurred fetching the project authors.
- 09 Feb, 2008 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 08 Feb, 2008 1 commit
-
-
jonas@perch.ndb.mysql.com authored
fix failing autotest-test
-
- 06 Feb, 2008 2 commits
-
-
jonas@perch.ndb.mysql.com authored
During TC-take-over (NF) the new-TC builds up a new transaction state And commits operation according to this state. However, in the new state that is build, the operations does not have to be in same order, as "real" state In the multi-update-case, this means that operations can be commit in "incorrect" order i.e update A, delete A, insert A is normally commited in same order as prepared but can be committed in any order This patch changes TUP handling of these out-order commits, and previous implementation could confuse the TUX triggers
-
jonas@perch.ndb.mysql.com authored
testcases
-
- 31 Jan, 2008 1 commit
-
-
pekka@sama.ndb.mysql.com authored
-
- 11 Jan, 2008 1 commit
-
-
jonas@perch.ndb.mysql.com authored
dont assume that page is "all empty" only as gci is acked, as release_gci might not have processed it yet
-
- 19 Nov, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix handling of multiple redo phases - set correct state - handle 4 phases, by moving START_FRAGCONF to end of phase instead of beginning...
-
- 23 Oct, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
partial backport from 6.2 + add fix of bug
-
- 18 Oct, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Correct check for buffer/no buffer
-
- 15 Oct, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
(re)impl. simple-read (read that releases lock just before LQHKEYCONF) use simple-read for blobs
-
- 11 Oct, 2007 2 commits
-
-
jonas@perch.ndb.mysql.com authored
decrease test time
-
jonas@perch.ndb.mysql.com authored
Fix bug regarding node that missed 2 LCP's (that was not included in next LCP after SR)
-
- 29 Sep, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
add even more tests
-
- 28 Sep, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
(recommit for correct merge order)
-
- 05 Jul, 2007 1 commit
-
-
- 22 Jun, 2007 1 commit
-
-
- 18 Jun, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix case where all node in node group dies before they saved sysfile (wrt gcp) and Qmgr incorrectly thinks that "node group is missing"
-
- 13 Jun, 2007 1 commit
-
-
stewart@flamingspork.com[stewart] authored
Add test to testMgm for Connect timeout. add to autotest. Index: ndb-work/storage/ndb/test/ndbapi/testMgm.cpp ===================================================================
-
- 15 May, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
add Dbdict::restartDropObj*
-
- 08 May, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
set null bits on delete+insert
-
- 25 Apr, 2007 1 commit
-
-
knielsen@ymer.(none) authored
In a certain code path the NDBD could loop infinitely in the lock queue.
-
- 23 Apr, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
add (auto) testcase for bug#28023
-
- 17 Apr, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
new big test prg testDict -n DictRestart new bug test prg testDict -n Bug21755
-
- 12 Apr, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
make sure that copy tuple is released in all cases
-
- 27 Mar, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix race condition between NODE_FAILREP and local INCL_NODEREQ loop Also retry on ZNODE_START_DISALLOWED_ERROR
-
- 22 Mar, 2007 1 commit
-
-
stewart@mysql.com[stewart] authored
Index: ndb-work/storage/ndb/test/run-test/daily-basic-tests.txt ===================================================================
-
- 15 Mar, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix bug in SUMA::resend_bucket which could cause mysqld to crash
-
- 16 Feb, 2007 1 commit
-
-
jonas@eel.(none) authored
increase timeout on slow test
-
- 02 Feb, 2007 1 commit
-
-
jonas@eel.(none) authored
new behaviour is as follows: 1) node is refused to start, and should fail with message in error log that it must be restarted --initial 2) if cluster failure in this situation, node must also be restarted --intial if not SR will fail, with this message
-
- 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
-
- 10 Jan, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
handle partially transfered LCP_FRAG_REP after node failure recommit to 51-work
-
- 05 Dec, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
1) run lcp snapshot for both MM and DD tables (so I dont have to change restore to use WRITE) 2) fix >= and > bug in lcp skip/keep handling 3) very cool test prog for this :-)
-
- 23 Nov, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Resend if master dies during alloc node id
-
- 07 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
make each fragment use own LCP file, so that (s/n)r can use different LCP-no for different fragments
-
- 22 May, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
increase max time of MassiveRollback
-
- 19 May, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
fix scan bugs introduced by acc modifications add more error testcases
-
- 24 Apr, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix various abort cases (mainly MM but also 1 DD) that has been found running dbt2
-
- 21 Apr, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
A-insert/B-insert/A-rollback/B-rollback leads to node crash, as bits in tuple header gets incorrectly assigned in second insert this also likely fixes bug 18589 and explains 18808
-
- 11 Jan, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 23 Nov, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
(currently causes nodefailure)
-