- 16 Feb, 2007 6 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/mgmsrv/InitConfigFileParser.cpp: merge
-
unknown authored
backport fix from 5.1 ndb/src/mgmsrv/InitConfigFileParser.cpp: backport fix from 5.1
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Auto merged
-
unknown authored
make lockpages=1 run a bit earlier in startup ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: change order
-
unknown authored
increase timeout on slow test storage/ndb/test/run-test/daily-basic-tests.txt: increase timeout...cause test is slow
-
unknown authored
Fix testcase so that it does not leak tables...causing subsequent errors storage/ndb/test/ndbapi/testDict.cpp: Fix testcase so that it does not leak tables...
-
- 15 Feb, 2007 2 commits
-
-
unknown authored
Fix bug when restarting cluster after failure (fs was not cleared) Fix cosmetic bug that made rsync be run several times when gathering result storage/ndb/test/run-test/main.cpp: Fix bug when restarting cluster after failure (fs was not cleared) Fix cosmetic bug that made rsync be run several times when gathering result
-
unknown authored
fix ao_ignore behavior change in hugo (affecting testOperations & testTransactions) storage/ndb/test/src/HugoOperations.cpp: fix ao_ignore behavior change in hugo
-
- 13 Feb, 2007 2 commits
-
-
unknown authored
into eel.(none):/home/jonas/src/51-work
-
unknown authored
BitKeeper/deleted/.del-conf-daily-basic-ndb08.txt: Delete: storage/ndb/test/run-test/conf-daily-basic-ndb08.txt BitKeeper/deleted/.del-conf-daily-devel-ndb08.txt: Delete: storage/ndb/test/run-test/conf-daily-devel-ndb08.txt BitKeeper/deleted/.del-conf-daily-devel-ndbmaster.txt: Delete: storage/ndb/test/run-test/conf-daily-devel-ndbmaster.txt BitKeeper/deleted/.del-conf-daily-sql-ndb08.txt: Delete: storage/ndb/test/run-test/conf-daily-sql-ndb08.txt BitKeeper/deleted/.del-conf-daily-sql-ndbmaster.txt: Delete: storage/ndb/test/run-test/conf-daily-sql-ndbmaster.txt BitKeeper/deleted/.del-conf-dl145a.txt: Delete: storage/ndb/test/run-test/conf-dl145a.txt BitKeeper/deleted/.del-conf-ndbmaster.txt: Delete: storage/ndb/test/run-test/conf-ndbmaster.txt BitKeeper/deleted/.del-conf-shark.txt: Delete: storage/ndb/test/run-test/conf-shark.txt storage/ndb/src/cw/cpcd/Makefile.am: new atrt storage/ndb/src/mgmsrv/InitConfigFileParser.cpp: new atrt storage/ndb/test/run-test/Makefile.am: new atrt storage/ndb/test/run-test/atrt-gather-result.sh: new atrt storage/ndb/test/run-test/atrt.hpp: new atrt storage/ndb/test/run-test/main.cpp: new atrt storage/ndb/test/tools/Makefile.am: new atrt storage/ndb/test/run-test/autotest-boot.sh: New BitKeeper file ``storage/ndb/test/run-test/autotest-boot.sh'' storage/ndb/test/run-test/autotest-run.sh: New BitKeeper file ``storage/ndb/test/run-test/autotest-run.sh'' storage/ndb/test/run-test/conf-dl145a.cnf: New BitKeeper file ``storage/ndb/test/run-test/conf-dl145a.cnf'' storage/ndb/test/run-test/conf-ndbmaster.cnf: New BitKeeper file ``storage/ndb/test/run-test/conf-ndbmaster.cnf'' storage/ndb/test/run-test/conf-repl.cnf: New BitKeeper file ``storage/ndb/test/run-test/conf-repl.cnf'' storage/ndb/test/run-test/example-my.cnf: New BitKeeper file ``storage/ndb/test/run-test/example-my.cnf'' storage/ndb/test/run-test/files.cpp: New BitKeeper file ``storage/ndb/test/run-test/files.cpp'' storage/ndb/test/run-test/setup.cpp: New BitKeeper file ``storage/ndb/test/run-test/setup.cpp'' storage/ndb/test/run-test/test-tests.txt: New BitKeeper file ``storage/ndb/test/run-test/test-tests.txt''
-
- 06 Feb, 2007 1 commit
-
-
unknown authored
remove debug printouts storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: remove debug printouts storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp: remove debug printouts storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: remove debug printouts storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: remove debug printouts
-
- 05 Feb, 2007 3 commits
-
-
unknown authored
storage/ndb/test/src/HugoTransactions.cpp: restore some accidently removed hugo code storage/ndb/test/src/UtilTransactions.cpp: one more abort option fix
-
unknown authored
Add abort option to lots of Hugo code, as it assumes it and default value has changed storage/ndb/test/src/HugoTransactions.cpp: Add abort option to lots of Hugo code, as it assumes it and default value has changed storage/ndb/test/src/UtilTransactions.cpp: Add abort option to lots of Hugo code, as it assumes it and default value has changed
-
unknown authored
- improve error message if starting wo/ enough REDO - decrease likelyhood of trying to start too early storage/ndb/include/mgmapi/ndbd_exit_codes.h: Add new error code (that maybe should have been there a looong time) storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Add new check (during SR) for that sufficient REDO is present before continuing SR storage/ndb/src/kernel/blocks/qmgr/Qmgr.hpp: Add list of GCI's of nodes so that we can check for sufficient REDO during a SR storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Add check for REDO during SR so that 1) cluster is not trying to start too soon 2) a better error message (than internal error) is provided if not enough REDO is present storage/ndb/src/kernel/error/ndbd_exit_codes.c: Add new error code (that maybe should have been there a looong time)
-
- 02 Feb, 2007 6 commits
-
-
unknown 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 storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Prevent node from starting _at all_ if it has performed more than 6 failed node restart. storage/ndb/test/ndbapi/testNodeRestart.cpp: test prg 25984 storage/ndb/test/run-test/daily-basic-tests.txt: testcase
-
unknown authored
into eel.(none):/home/jonas/src/51-work storage/ndb/test/tools/listen.cpp: Auto merged
-
unknown authored
fix failure during start storage/ndb/test/tools/listen.cpp: fix failure during start
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
into dev3-63.(none):/home/zhl/mysql/tree-merge/5.1/mysql-5.1-new-ndb
-
- 01 Feb, 2007 9 commits
-
-
unknown authored
into dev3-63.(none):/home/zhl/mysql/tree-merge/5.1/mysql-5.1-new-ndb sql/log_event.cc: Auto merged sql/protocol.h: Auto merged sql/slave.cc: Auto merged storage/ndb/src/common/debugger/EventLogger.cpp: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged storage/ndb/src/mgmsrv/main.cpp: Auto merged storage/ndb/src/ndbapi/ClusterMgr.cpp: Auto merged
-
unknown authored
BUG#22025 Return correct error message when transporter error occured. Modify content of message structure of last patch. storage/ndb/src/common/debugger/EventLogger.cpp: Change content of error message structure
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
Bug #25522 Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
fix time period calculation sql/ha_ndbcluster_binlog.cc: fix time period of NDB_BINLOG_TIMER
-
unknown authored
add the jamEntry() storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: add missing jamEntry() after EXECUTE_DIRECT
-
unknown authored
Reworked a section of code that caused valgrind errors (and that partitioning was not happy about). storage/archive/ha_archive.cc: Put checks around the code
-
- 31 Jan, 2007 4 commits
-
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 mysql-test/r/ndb_read_multi_range.result: Auto merged mysql-test/t/ndb_read_multi_range.test: Auto merged sql/ha_ndbcluster.cc: Merge
-
unknown authored
Bug #25522 Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached
-
unknown authored
storage/ndb/src/kernel/blocks/suma/Suma.cpp: return RNIL instead of ndbrequire if memory allocation fails
-
- 30 Jan, 2007 7 commits
-
-
unknown authored
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged storage/ndb/include/ndbapi/NdbOperation.hpp: Auto merged storage/ndb/include/ndbapi/NdbTransaction.hpp: Auto merged storage/ndb/src/ndbapi/NdbBlob.cpp: Auto merged storage/ndb/src/ndbapi/NdbIndexStat.cpp: Auto merged storage/ndb/src/ndbapi/NdbOperationDefine.cpp: Auto merged storage/ndb/src/ndbapi/NdbOperationExec.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/test/include/HugoOperations.hpp: Auto merged storage/ndb/test/ndbapi/testNdbApi.cpp: Auto merged storage/ndb/test/src/HugoOperations.cpp: Auto merged
-
unknown 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 sql/ha_ndbcluster.cc: adopt to changes in aption option handling storage/ndb/include/ndbapi/NdbOperation.hpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/include/ndbapi/NdbTransaction.hpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/src/ndbapi/NdbBlob.cpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/src/ndbapi/NdbIndexStat.cpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/src/ndbapi/NdbOperationDefine.cpp: Put default value on abortoption dependant on operation type storage/ndb/src/ndbapi/NdbOperationExec.cpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/src/ndbapi/NdbScanOperation.cpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/src/ndbapi/NdbTransaction.cpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/test/include/HugoOperations.hpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/test/ndbapi/testNdbApi.cpp: Move "ownership" of AbortOption to operation from transaction storage/ndb/test/src/HugoOperations.cpp: Move "ownership" of AbortOption to operation from transaction
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/include/ndbapi/NdbIndexOperation.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged storage/ndb/src/ndbapi/Ndb.cpp: Auto merged storage/ndb/src/ndbapi/NdbIndexOperation.cpp: Auto merged storage/ndb/test/ndbapi/testBlobs.cpp: Auto merged
-
unknown authored
remove copy/paste method in NdbIndexOperation storage/ndb/include/ndbapi/NdbIndexOperation.hpp: remove reduntant method storage/ndb/src/ndbapi/NdbIndexOperation.cpp: remove redundant method
-
unknown authored
storage/ndb/src/ndbapi/Ndb.cpp: Fix usage of correct types internally to ndbapi storage/ndb/test/ndbapi/testBlobs.cpp: minor fixes to testBlobs
-