- pk read (batch and serial)
- unique index read (batch and serial)
- eq-bound ordered index
- range ordered index
- sorted range ordered index
- interpretered scan
ndb/test/ndbapi/Makefile.am:
Added testReadPerf
ndb/test/ndbapi/testScanPerf.cpp:
Removed old #ifdef'ed code
into mysql.com:/space/pekka/ndb/version/my41-tux
ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp:
Auto merged
ndb/src/ndbapi/NdbScanOperation.cpp:
Auto merged
BitKeeper/etc/logging_ok:
auto-union
ndb/include/mgmapi/mgmapi_config_parameters.h:
Auto merged
ndb/src/kernel/vm/Configuration.cpp:
Auto merged
ndb/src/mgmsrv/ConfigInfo.cpp:
Auto merged
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Auto merged
ndb/src/ndbapi/NdbScanOperation.cpp:
Auto merged
ndb/src/ndbapi/TransporterFacade.hpp:
Auto merged
Fixed bug in failed create table
Fixed new test case for failed create table using new ERROR_INSERT
ndb/src/kernel/blocks/ERROR_codes.txt:
Added new error insert for test of failed create table
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
Added new error insert for test of failed create table
Fixed bug in handling failed create table
Moved some constants to pc.hpp
ndb/src/kernel/vm/Configuration.cpp:
Added new error insert for test of failed create table
Fixed bug in handling failed create table
Moved some constants to pc.hpp
ndb/src/kernel/vm/pc.hpp:
Constants moved here from DIH
ndb/test/ndbapi/testDict.cpp:
New test case for failed create table
BitKeeper/etc/logging_ok:
auto-union
ndb/src/common/mgmcommon/ConfigInfo.cpp:
Auto merged
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
Auto merged
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
Auto merged
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
Auto merged
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
Auto merged
ndb/src/ndbapi/TransporterFacade.hpp:
Auto merged
into build.mysql.com:/users/mronstrom/wl2025
BitKeeper/etc/logging_ok:
auto-union
ndb/src/common/mgmcommon/ConfigInfo.cpp:
Auto merged
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
Auto merged
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
Auto merged
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Auto merged
ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
Auto merged
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
Auto merged
ndb/src/kernel/blocks/suma/Suma.cpp:
Auto merged
ndb/src/kernel/vm/Configuration.cpp:
Auto merged
ndb/src/ndbapi/NdbScanOperation.cpp:
Auto merged
ndb/src/ndbapi/TransporterFacade.cpp:
Auto merged
ndb/src/ndbapi/TransporterFacade.hpp:
Auto merged
ndb/src/mgmsrv/MgmtSrvr.cpp:
atoll missing on some platforms
ndb/src/ndbapi/NdbScanOperation.cpp:
compile error on some platforms
ndb/test/ndbapi/testIndex.cpp:
Added some explicit templates
ndb/test/ndbapi/testNdbApi.cpp:
Added some explicit templates
ndb/test/ndbapi/testRestartGci.cpp:
Added some explicit templates
ndb/test/ndbapi/testScan.cpp:
Added some explicit templates
ndb/test/run-test/main.cpp:
Added some explicit templates
ndb/test/src/HugoOperations.cpp:
Added some explicit templates
ndb/test/tools/cpcc.cpp:
Added some explicit templates
testDict -n FragmentType
ndb/test/ndbapi/testDict.cpp:
Drop table before trying to create with special fragmentation
ndb/test/ndbapi/testScan.cpp:
testScan -n ScanRandomTable
ndb/test/src/NDBT_Tables.cpp:
testScan -n ScanRandomTable
into mysql.com:/Users/mikron/wl2025
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
Auto merged
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
Auto merged
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Auto merged
Some small printout fixes
ndb/include/kernel/signaldata/ScanFrag.hpp:
Mixed up Hexadecimal and decimal notation, cost me 5 hours of
debugging to find, grrr..
ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
Fixed some declaration so that new bigger info fits in variables
ndb/test/ndbapi/testScanPerf.cpp:
Fix for printing int's instead of Uint64 which for some reason
caused problems on my Mac.
Also print performance in each loop.
ndb/test/ndbapi/testIndex.cpp:
test fixes
ndb/test/ndbapi/testNodeRestart.cpp:
test fixes
ndb/test/run-test/daily-devel-tests.txt:
disable non function test
into eel.hemma.oreland.se:/ndb/clone-mysql-4.1-ndb-daily-2004-08-04
BitKeeper/etc/logging_ok:
auto-union
ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
Auto merged
ndb/src/cw/cpcd/Process.cpp:
Auto merged
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Auto merged
ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
Auto merged
ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp:
Auto merged
ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
Auto merged
ndb/src/mgmsrv/MgmtSrvr.cpp:
Auto merged
ndb/test/ndbapi/testBasic.cpp:
Auto merged
ndb/test/run-test/main.cpp:
Auto merged
ndb/test/src/HugoTransactions.cpp:
Auto merged
sql/ha_ndbcluster.cc:
Auto merged
1) Close transaction whenever Con goes out of scope so that it don't leave open
transactions in TC
2) Close transaction when starting a transaction wo/ closing first
3) Allow 499 as deadlock
4) Don't use buddy as: 1) no need 2) harder to read signal log
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
max 4 replicas -> 3 next nodes
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
1) If abort while in fragwaitqueue - just abort
2) Fix for ACC_LCPSTARTED arrives after one ACC_LCPCONF has arrived
ndb/src/ndbapi/Ndbif.cpp:
Be more "forgiving" in debug mode
ndb/test/ndbapi/testBasic.cpp:
Accept timeouts in MassiveTimeout
ndb/test/src/HugoTransactions.cpp:
Print batch size
into mysql.com:/Users/mikron/mysql-4.1
ndb/src/ndbapi/Ndblist.cpp:
Auto merged
ndb/test/include/HugoTransactions.hpp:
Auto merged
ndb/test/src/HugoTransactions.cpp:
Auto merged
into mysql.com:/space/pekka/ndb/version/my41-tux
ndb/include/kernel/GlobalSignalNumbers.h:
Auto merged
ndb/src/common/debugger/signaldata/SignalNames.cpp:
Auto merged
ndb/src/ndbapi/NdbScanOperation.cpp:
Auto merged
Bugs in scan(tc)
nf-handling(api)
exec-handling(tc)
ndb/include/ndbapi/NdbConnection.hpp:
Allow dropped signal during NF handling
ndb/include/ndbapi/NdbOperation.hpp:
Add option to allow dropped signals
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
1) Printer for state
2) New option to sendtckeyconf (index)
- clear exec flag
3) Moved init of *global* apiConnectptr to
prevent errornous scan_tabconf
ARGH!!!
ndb/src/ndbapi/NdbConnection.cpp:
Move abort from checkState_trans
since it can be ok with "illegal" signals during NF handling
ndb/src/ndbapi/NdbConnectionScan.cpp:
Move abort from checkState_trans
since it can be ok with "illegal" signals during NF handling
ndb/src/ndbapi/Ndbif.cpp:
1) Indentation
2) Better handling of TCKEY_FAILCONF
- always ack commit ack marker
even if transaction has already been removed
3) abort on 4012 (VM_TRACE)
ndb/src/ndbapi/TransporterFacade.cpp:
Don't trace APIREG_REQ/CONF by default
ndb/test/include/NDBT_Test.hpp:
Atomic decProperty (used for semaphore impl.)
ndb/test/ndbapi/testIndex.cpp:
Impl. option to sync restarts
ndb/test/src/NDBT_Test.cpp:
Atomic decProperty
into mysql.com:/home/jonas/src/wl1873
ndb/include/ndbapi/NdbScanOperation.hpp:
Auto merged
ndb/src/ndbapi/NdbResultSet.cpp:
Auto merged
ndb/src/ndbapi/NdbScanOperation.cpp:
Auto merged
ndb/test/ndbapi/testScan.cpp:
Auto merged