- 28 May, 2007 3 commits
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged storage/ndb/src/kernel/blocks/ERROR_codes.txt: manual merge storage/ndb/test/ndbapi/testNodeRestart.cpp: manual merge
-
unknown authored
so that othernodes dont get confused after having recevied status from master and then tries to update it self ndb/src/kernel/blocks/ERROR_codes.txt: error 1001, delay node_failrep ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: error 1001, delay node_failrep ndb/test/ndbapi/testNodeRestart.cpp: testcase ndb/test/run-test/daily-basic-tests.txt: testcase
-
unknown authored
(part 2)
-
- 25 May, 2007 1 commit
-
-
unknown authored
storage/ndb/src/kernel/blocks/pgman.cpp: Under heavy insert PGMAN can run out of page entries even when set to 100 times page cache entries. In this use pattern the extra entries remain idle on LIRS stack. Only ONSTACK is set. There is not enough activity to free them the normal way. A study of PGMAN / DBTUP behaviour is needed. This patch adds new sublist SL_IDLE. When page entry pool is empty, an idle entry is released from SL_IDLE front if there is any. Otherwise, we still crash. The factor above is set from 100 to 10 (still high). storage/ndb/src/kernel/blocks/pgman.hpp: Under heavy insert PGMAN can run out of page entries even when set to 100 times page cache entries. In this use pattern the extra entries remain idle on LIRS stack. Only ONSTACK is set. There is not enough activity to free them the normal way. A study of PGMAN / DBTUP behaviour is needed. This patch adds new sublist SL_IDLE. When page entry pool is empty, an idle entry is released from SL_IDLE front if there is any. Otherwise, we still crash. The factor above is set from 100 to 10 (still high).
-
- 24 May, 2007 2 commits
- 22 May, 2007 1 commit
-
-
unknown authored
- change to scan in tup and disk order (if applicable) storage/ndb/src/kernel/blocks/backup/Backup.cpp: tup scan for backup also, not only lcp storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: choose disk order scan for disktables during backup + move bug workaround for 27776 from tup to lqh storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: add missing jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: move bug workaround for 27776 from tup to lqh storage/ndb/src/kernel/blocks/pgman.cpp: missing jamEntry
-
- 27 Apr, 2007 1 commit
-
-
unknown authored
-
- 26 Apr, 2007 7 commits
-
-
unknown authored
storage/ndb/src/mgmsrv/MgmtSrvr.cpp: When running nodes return AllocNodeIdRef::NodeFailureHandlingNotCompleted error during applying the node id for restarting nodes, it should try again. storage/ndb/src/ndbapi/ndberror.c: change AllocNodeIdRef::NodeFailureHandlingNotCompleted error from permanent error to temporary error
-
unknown authored
-
unknown authored
-
unknown authored
- put page of deleted row last in list
-
unknown authored
sql/ha_ndbcluster.cc: WL#1190 preparatory work needed for compatability with future online add column - make forcing of var part reference into ndb storage default, may be overridden by table setting ROW_FORMAT=FIXED mysql-test/r/ndb_row_format.result: New BitKeeper file ``mysql-test/r/ndb_row_format.result'' mysql-test/t/ndb_row_format.test: New BitKeeper file ``mysql-test/t/ndb_row_format.test''
-
unknown authored
-
unknown authored
-
- 25 Apr, 2007 10 commits
-
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.0-telco-gca
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-telco-gca storage/ndb/test/include/HugoOperations.hpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged storage/ndb/test/src/HugoOperations.cpp: Auto merged storage/ndb/test/ndbapi/testBasic.cpp: SCCS merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca storage/ndb/test/tools/Makefile.am: merge
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-telco-gca storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-telco-gca storage/ndb/include/ndbapi/NdbTransaction.hpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/test/ndbapi/testNdbApi.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Manual merge.
-
unknown authored
In a certain code path the NDBD could loop infinitely in the lock queue. storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: Fix infinite loop. storage/ndb/test/include/HugoOperations.hpp: Add optional hinting of TC for new transactions. storage/ndb/test/ndbapi/testBasic.cpp: Add test case. storage/ndb/test/run-test/daily-basic-tests.txt: Add test case. storage/ndb/test/src/HugoOperations.cpp: Add optional hinting of TC for new transactions.
-
unknown authored
NdbTransaction::executeAsynch() was not implemented. Add implementation. ndb/include/ndbapi/NdbTransaction.hpp: executeAsynch() should probably allow setting forceSend. ndb/src/ndbapi/NdbTransaction.cpp: Add missing implementation of executeAsynch(). ndb/test/ndbapi/testNdbApi.cpp: Add test case. ndb/test/run-test/daily-basic-tests.txt: Add new test.
-
- 24 Apr, 2007 1 commit
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: Auto merged storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp: Auto merged
-
- 23 Apr, 2007 4 commits
-
-
unknown authored
BitKeeper/etc/ignore: Added storage/ndb/test/tools/rep_latency storage/ndb/test/ndbapi/testIndexStat storage/ndb/test/ndbapi/testInterpreter storage/ndb/ndbapi-examples/mgmapi_logevent/mgmapi_logevent storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2 storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1 storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple storage/ndb/ndbapi-examples/ndbapi_simple_dual/ndbapi_simple_dual storage/ndb/ndbapi-examples/ndbapi_simple_index/ndbapi_simple_index to the ignore list storage/ndb/test/tools/rep_latency.cpp: New BitKeeper file ``storage/ndb/test/tools/rep_latency.cpp''
-
unknown authored
-
unknown authored
add new functions for (easier) using NdbRestarter storage/ndb/test/include/NdbRestarter.hpp: add new functions for (easier) using NdbRestarter
-
unknown authored
add (auto) testcase for bug#28023 storage/ndb/test/ndbapi/testNodeRestart.cpp: add testcase for bug#28023 storage/ndb/test/run-test/daily-basic-tests.txt: add testcase for bug#28023
-
- 16 Apr, 2007 1 commit
-
-
unknown authored
fix COPY_ROWID return value storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: fix COPY_ROWID return value
-
- 12 Apr, 2007 5 commits
-
-
unknown authored
make sure that copy tuple is released in all cases storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: make sure that copy tuple is released in all cases storage/ndb/test/run-test/daily-basic-tests.txt: add testcase
-
unknown authored
testcase only new pseudo column NDB$COPY_ROWID storage/ndb/include/kernel/AttributeHeader.hpp: Add new pseudo column for reading location of copy tuple storage/ndb/include/ndbapi/NdbDictionary.hpp: Add new pseudo column for reading location of copy tuple storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: Add new pseudo column for reading location of copy tuple storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Add new pseudo column for reading location of copy tuple storage/ndb/src/ndbapi/ndb_cluster_connection.cpp: Add new pseudo column for reading location of copy tuple storage/ndb/test/ndbapi/testBasic.cpp: add testcase for bug#27756
-
unknown authored
storage/ndb/test/include/HugoOperations.hpp: Add method for setting of primary key storage/ndb/test/src/HugoAsynchTransactions.cpp: Add method for setting of primary key storage/ndb/test/src/HugoOperations.cpp: Add method for setting of primary key storage/ndb/test/src/HugoTransactions.cpp: Add method for setting of primary key
-
unknown authored
mysql-test/r/ndb_dd_basic.result: testcase mysql-test/t/ndb_dd_basic.test: testcase
-
unknown authored
tupscan misses uncommitted inserts by own transaction let tupkeyreq handle dirty/savepoint also siable diskscan as temporary fix for bug#27776 storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: let tupkeyreq handle dirty/savepoint
-
- 11 Apr, 2007 4 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged
-
unknown authored
fix commit trigger on multi-update ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: fix commit trigger on multi-update
-
unknown authored
testcase
-