- 23 Jan, 2008 2 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca storage/ndb/include/util/Bitmask.hpp: Auto merged storage/ndb/src/common/util/Bitmask.cpp: merge storage/ndb/test/ndbapi/testBitfield.cpp: merge
-
unknown authored
make sure that getField does not write after supplied buffer (recommit to correct clone, for easy merging) ndb/include/util/Bitmask.hpp: ndb- bug#33750 make sure that getField does not write after supplied buffer ndb/src/common/util/Bitmask.cpp: ndb- bug#33750 make sure that getField does not write after supplied buffer ndb/test/ndbapi/testBitfield.cpp: move test from Bitmask.cpp into testBitfield for automatic testing
-
- 11 Jan, 2008 1 commit
-
-
unknown authored
dont assume that page is "all empty" only as gci is acked, as release_gci might not have processed it yet storage/ndb/src/kernel/blocks/ERROR_codes.txt: new error codes storage/ndb/src/kernel/blocks/suma/Suma.cpp: dont assume that page is "all empty" only as gci is acked, as release_gci might not have processed it yet storage/ndb/test/ndbapi/test_event.cpp: testcase storage/ndb/test/run-test/daily-basic-tests.txt: testcase
-
- 08 Jan, 2008 1 commit
-
-
unknown authored
page need to refetched after timeslice
-
- 03 Dec, 2007 1 commit
-
-
unknown authored
Fix bug in bug fix, causing random test-failure
-
- 23 Nov, 2007 1 commit
-
-
unknown authored
release subscriber storage/ndb/src/kernel/blocks/suma/Suma.cpp: release subscriber
-
- 20 Nov, 2007 2 commits
- 25 Oct, 2007 2 commits
-
-
unknown authored
into loke.(none):/home/knielsen/devel/mysql-5.1-telco-gca storage/ndb/src/kernel/blocks/dbutil/DbUtil.cpp: Auto merged storage/ndb/include/kernel/AttributeHeader.hpp: manual merge. storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: manual merge. storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: manual merge. storage/ndb/src/ndbapi/NdbOperationDefine.cpp: manual merge.
-
unknown 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. ndb/include/kernel/AttributeHeader.hpp: 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. ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: 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. ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: 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. ndb/src/kernel/blocks/dbutil/DbUtil.cpp: 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. ndb/src/ndbapi/NdbOperationDefine.cpp: 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.
-
- 18 Oct, 2007 1 commit
-
-
unknown authored
Correct check for buffer/no buffer storage/ndb/src/kernel/blocks/ERROR_codes.txt: new error code storage/ndb/src/kernel/blocks/suma/Suma.cpp: correct check for buffer/no buffer storage/ndb/test/ndbapi/test_event.cpp: test prg storage/ndb/test/run-test/daily-basic-tests.txt: test prg
-
- 14 Oct, 2007 1 commit
-
-
unknown authored
fix testcase storage/ndb/test/ndbapi/testScan.cpp: fix testcase
-
- 11 Oct, 2007 1 commit
-
-
unknown authored
Fix bug regarding node that missed 2 LCP's (that was not included in next LCP after SR) storage/ndb/src/kernel/blocks/ERROR_codes.txt: add new error codes for bug#31525 storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: add new error codes for bug#31525 fix bug, i.e include missing_2 in LCP storage/ndb/test/ndbapi/testNodeRestart.cpp: add testcase for bug#31525 storage/ndb/test/run-test/daily-basic-tests.txt: add testcase for bug#31525
-
- 09 Oct, 2007 2 commits
-
-
unknown authored
(autotest tests) storage/ndb/test/ndbapi/testDict.cpp: more test prg fixes storage/ndb/test/ndbapi/testIndex.cpp: more test prg fixes storage/ndb/test/ndbapi/test_event.cpp: more test prg fixes
-
unknown authored
yet another test prg bug storage/ndb/test/ndbapi/testSystemRestart.cpp: yet another test prg bug
-
- 08 Oct, 2007 7 commits
-
-
unknown authored
add list of pages being unmaped, so we can wait for it to be empty before dropping extents storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: add list of pages being unmaped storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: add list of pages being unmaped storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: wait for unmap pages
-
unknown authored
(introduced by only updating extent pages after pageout) storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: Fix disk scan (backup)
-
unknown authored
(in test framework) storage/ndb/test/src/NDBT_Thread.cpp: remove extra ;
-
unknown authored
handle partially complete LCP better in SR storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: remove partially complete LCP from "node" when doign removeNodeFromTable storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: remove partially complete LCP from "node" when doign removeNodeFromTable
-
unknown authored
- only update extent pages *after* flush of real page has been done - sync both create/drop of table into undolog (for disk tables) storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: inform TUP which LCP to restore each fragment to storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: 1) inform TUP which LCP to restore each fragment to 2) inform TUP both before/after a page has been written storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: 1) inform TUP which LCP to restore each fragment to 2) inform TUP both before/after a page has been written storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: log both create/drop table storage/ndb/src/kernel/blocks/lgman.cpp: let TUP know about all LCPs storage/ndb/src/kernel/blocks/pgman.cpp: add "when" argument to disk_page_unmap_callback so that TUP gets informed both before and after page writeout so that extent pages can be updated only *after* page has been written storage/ndb/src/kernel/blocks/tsman.cpp: remove lsn from update page free bits use wal for page vs extent relation storage/ndb/src/kernel/blocks/tsman.hpp: remove lsn from update page free bits use wal for page vs extent relation
-
unknown authored
(problem introduced by stew's timeout handling) storage/ndb/src/cw/cpcd/APIService.cpp: Set usable timeout for atrt
-
unknown authored
fix SR1 and SR2 storage/ndb/test/ndbapi/testSystemRestart.cpp: fix SR1 and SR2
-
- 29 Sep, 2007 1 commit
-
-
unknown authored
add even more tests storage/ndb/test/ndbapi/testSystemRestart.cpp: add more tests... storage/ndb/test/run-test/daily-basic-tests.txt: add more tests
-
- 28 Sep, 2007 1 commit
-
-
unknown authored
(recommit for correct merge order) storage/ndb/src/kernel/blocks/ERROR_codes.txt: new error code storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: add error inserts storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: add error insert storage/ndb/src/kernel/blocks/pgman.cpp: add error inserts storage/ndb/test/include/HugoTransactions.hpp: add - loadTableStartFrom - scanUpdate with scanflags - fillTableStartFrom storage/ndb/test/include/UtilTransactions.hpp: add - clearTable with scan flags storage/ndb/test/ndbapi/testSystemRestart.cpp: add new testcases storage/ndb/test/run-test/daily-basic-tests.txt: add new testcases storage/ndb/test/src/HugoTransactions.cpp: add new functions storage/ndb/test/src/UtilTransactions.cpp: add new functions
-
- 11 Sep, 2007 1 commit
-
-
unknown authored
Dont add insert+delete tuple(s) to lcp-keep-list
-
- 14 Jul, 2007 1 commit
-
-
unknown authored
storage/ndb/test/include/HugoTransactions.hpp: threads and timings to hugo* pk ops storage/ndb/test/include/NDBT_Thread.hpp: threads and timings to hugo* pk ops storage/ndb/test/src/HugoTransactions.cpp: threads and timings to hugo* pk ops storage/ndb/test/src/Makefile.am: threads and timings to hugo* pk ops storage/ndb/test/src/NDBT_Thread.cpp: threads and timings to hugo* pk ops storage/ndb/test/tools/hugoPkDelete.cpp: threads and timings to hugo* pk ops storage/ndb/test/tools/hugoPkRead.cpp: threads and timings to hugo* pk ops storage/ndb/test/tools/hugoPkUpdate.cpp: threads and timings to hugo* pk ops
-
- 04 Jul, 2007 2 commits
- 03 Jul, 2007 5 commits
-
-
unknown authored
fix also undo files
-
unknown authored
continue on unknown result (no contact) sql/ha_ndbcluster.cc: continue on unknown result (no contact)
-
unknown authored
make free 64 bit (as it represents free bytes, not free extents as originally designed) storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: make free 64 bit (as it represents free bytes, not free extents as originally designed)
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged
-
unknown authored
Not very clever fix for DIH incorrect REDO handling - Dont report GCP_SAVE_CONF until first LCP has been complete during NR ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Not very clever fix for DIH incorrect REDO handling - Dont report GCP_SAVE_CONF until first LCP has been complete during NR
-
- 02 Jul, 2007 3 commits
-
-
unknown authored
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged storage/ndb/test/ndbapi/testNodeRestart.cpp: merge storage/ndb/test/run-test/daily-basic-tests.txt: merge
-
unknown authored
In TC init node status for already started nodes during node restart (not present in 5.1) ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: on node restart, make sure to init all already started nodes to NF_STARTED ndb/test/ndbapi/testNodeRestart.cpp: test prg ndb/test/run-test/daily-basic-tests.txt: test prg
-
- 26 Jun, 2007 2 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
-
unknown authored
Add better handling of GCP Stop Only kill "offending" node storage/ndb/src/kernel/blocks/ERROR_codes.txt: add new error codes storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: add better GCP stop handling storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: add better GCP stop handling
-
- 25 Jun, 2007 2 commits