- 25 Sep, 2007 2 commits
-
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb storage/ndb/src/common/util/Makefile.am: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged
-
unknown authored
timoOutLoopStartLab() checks if any transactions have been delayed for so long that we are forced to perform some action (e.g. abort, resend etc). It is *MEANT* to (according to the comment): > To avoid aborting both transactions in a deadlock detected by time-out > we insert a random extra time-out of upto 630 ms by using the lowest > six bits of the api connect reference. > We spread it out from 0 to 630 ms if base time-out is larger than 3 sec, > we spread it out from 0 to 70 ms if base time-out is smaller than 300 msec, > and otherwise we spread it out 310 ms. The comment (as all do) lies. the API connect reference is not very random, producing incredibly predictable "random" numbers. This could lead to both txns being aborted instead of just one. Before: timeout value: 123 3 timeout value: 122 2 timeout value: 122 2 timeout value: 122 2 timeout value: 123 3 After: timeout value: 127 7 timeout value: 126 6 timeout value: 129 9 timeout value: 139 19 timeout value: 137 17 timeout value: 151 31 timeout value: 130 10 timeout value: 132 12 Index: ndb-work/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp =================================================================== ndb/src/common/util/Makefile.am: BUG#30379 Better randomise time before retry in timeout check (DBTC) ndb/include/util/ndb_rand.h: BUG#30379 Better randomise time before retry in timeout check (DBTC) ndb/src/common/util/ndb_rand.c: BUG#30379 Better randomise time before retry in timeout check (DBTC) ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: BUG#30379 Better randomise time before retry in timeout check (DBTC)
-
- 19 Sep, 2007 1 commit
-
-
unknown authored
Removed semicolon causing build syntax issues per pekka storage/ndb/test/src/NDBT_Thread.cpp: Removed semicolon causing build syntax issues per pekka
-
- 14 Sep, 2007 1 commit
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
- 13 Sep, 2007 4 commits
- 12 Sep, 2007 4 commits
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-bj sql/ha_ndbcluster.cc: Auto merged storage/ndb/src/common/debugger/EventLogger.cpp: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-bj sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-bj
-
unknown authored
-
- 11 Sep, 2007 3 commits
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged storage/ndb/test/src/HugoTransactions.cpp: Auto merged storage/ndb/test/src/Makefile.am: merge
-
unknown authored
Dont add insert+delete tuple(s) to lcp-keep-list
-
- 07 Sep, 2007 1 commit
-
-
unknown authored
-
- 06 Sep, 2007 2 commits
- 05 Sep, 2007 10 commits
-
-
unknown authored
-
unknown authored
mysql-test/suite/ndb_team/t/ndb_autodiscover2-master.opt: Rename: mysql-test/suite/ndb/t/ndb_autodiscover2-master.opt -> mysql-test/suite/ndb_team/t/ndb_autodiscover2-master.opt mysql-test/suite/ndb_team/t/ndb_autodiscover2.test: Rename: mysql-test/suite/ndb/t/ndb_autodiscover2.test -> mysql-test/suite/ndb_team/t/ndb_autodiscover2.test mysql-test/suite/ndb_team/t/ndb_autodiscover.test: Rename: mysql-test/suite/ndb/t/ndb_autodiscover.test -> mysql-test/suite/ndb_team/t/ndb_autodiscover.test mysql-test/suite/ndb_team/t/ndb_autodiscover3.test: Rename: mysql-test/suite/ndb/t/ndb_autodiscover3.test -> mysql-test/suite/ndb_team/t/ndb_autodiscover3.test mysql-test/suite/ndb_team/r/ndb_autodiscover.result: Rename: mysql-test/suite/ndb/r/ndb_autodiscover.result -> mysql-test/suite/ndb_team/r/ndb_autodiscover.result mysql-test/suite/ndb_team/r/ndb_autodiscover2.result: Rename: mysql-test/suite/ndb/r/ndb_autodiscover2.result -> mysql-test/suite/ndb_team/r/ndb_autodiscover2.result mysql-test/suite/ndb_team/r/ndb_autodiscover3.result: Rename: mysql-test/suite/ndb/r/ndb_autodiscover3.result -> mysql-test/suite/ndb_team/r/ndb_autodiscover3.result mysql-test/suite/ndb_team/t/disabled.def: BitKeeper file /home/tomas/mysql-5.1-new-ndb/mysql-test/suite/ndb_team/t/disabled.def
-
unknown authored
-
unknown authored
-
unknown authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug27543 storage/ndb/tools/restore/Restore.cpp: Remove additional space when merge
-
unknown authored
-
unknown authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug30024 storage/ndb/tools/restore/Restore.cpp: Auto merged
-
unknown authored
mysql-test/Makefile.am: Add install data for new test case storage/ndb/tools/restore/Restore.cpp: Convert blob(text) length stored in main table mysql-test/std_data/ndb_backup51_data_be/BACKUP-1-0.1.Data: test data for endian test mysql-test/std_data/ndb_backup51_data_be/BACKUP-1-0.2.Data: test data for endian test mysql-test/std_data/ndb_backup51_data_be/BACKUP-1.1.ctl: test data for endian test mysql-test/std_data/ndb_backup51_data_be/BACKUP-1.1.log: test data for endian test mysql-test/std_data/ndb_backup51_data_be/BACKUP-1.2.ctl: test data for endian test mysql-test/std_data/ndb_backup51_data_be/BACKUP-1.2.log: test data for endian test mysql-test/std_data/ndb_backup51_data_le/BACKUP-1-0.1.Data: test data for endian test mysql-test/std_data/ndb_backup51_data_le/BACKUP-1-0.2.Data: test data for endian test mysql-test/std_data/ndb_backup51_data_le/BACKUP-1.1.ctl: test data for endian test mysql-test/std_data/ndb_backup51_data_le/BACKUP-1.1.log: test data for endian test mysql-test/std_data/ndb_backup51_data_le/BACKUP-1.2.ctl: test data for endian test mysql-test/std_data/ndb_backup51_data_le/BACKUP-1.2.log: test data for endian test mysql-test/suite/ndb/r/ndb_restore_different_endian_data.result: test result for endian test mysql-test/suite/ndb/t/ndb_restore_different_endian_data.test: test case for endian test
-
unknown authored
- problem is the database name accessed in Rows_log_event write... get_db() which is a pointer to the share string... - point to table map instead? - or copy it? - or make sure that anything interacting with the share happens _after_ the epoch Problem with flush is that STMT_END_F may not be included as it shoudld...
-
unknown authored
this flush with flag TRUE causes spurious errors in the binlog... as it will insert a STMT_END_F... and hence an invalid binlog (missing table mappings)
-
- 04 Sep, 2007 1 commit
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
- 03 Sep, 2007 3 commits
-
-
unknown authored
forgot to update next TC no
-
unknown authored
storage/ndb/src/kernel/blocks/ERROR_codes.txt: merge error code(s) storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: merge error code(s) storage/ndb/test/ndbapi/testIndex.cpp: merge error code(s)
-
unknown authored
When adding a read to lock queue, where there is a X-lock ahead, upgrade to X-lock (found by pekkas blob changes) storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: When adding a read to lock queue, where there is a X-lock ahead, upgrade to X-lock (found by pekkas blob changes)
-
- 31 Aug, 2007 3 commits
-
-
unknown authored
remove more "extra mysql-" storage/ndb/test/run-test/autotest-run.sh: remove more "extra mysql-"
-
unknown authored
add --tag remove prepended mysql- add conf-test.cnf add embryo upgrade-boot.sh storage/ndb/test/run-test/Makefile.am: add test test conf storage/ndb/test/run-test/autotest-boot.sh: add --tag to autotest remove "extra" appended mysql- to all scripts storage/ndb/test/run-test/autotest-run.sh: remove extra "mysql-" storage/ndb/test/run-test/conf-test.cnf: New BitKeeper file ``storage/ndb/test/run-test/conf-test.cnf'' storage/ndb/test/run-test/upgrade-boot.sh: New BitKeeper file ``storage/ndb/test/run-test/upgrade-boot.sh''
-
unknown authored
-
- 30 Aug, 2007 5 commits
-
-
unknown authored
-
unknown authored
sql/ha_ndbcluster.cc: Bug#20872 master*.err: miscellaneous error messages - only allocate share if fully successfull sql/ha_ndbcluster_binlog.cc: Bug#20872 master*.err: miscellaneous error messages - only allocate share if fully successfull - no need to print error, my_errno is set sql/ha_ndbcluster_binlog.h: Bug#20872 master*.err: miscellaneous error messages - only allocate share if fully successfull
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged storage/ndb/src/ndbapi/NdbBlob.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/test/ndbapi/testIndex.cpp: Auto merged storage/ndb/src/kernel/blocks/ERROR_codes.txt: manual merge storage/ndb/src/ndbapi/ndberror.c: manual merge storage/ndb/test/run-test/daily-basic-tests.txt: manual merge
-
unknown authored
sql/ha_ndbcluster.cc: remove warning for table exists in mysqld error log sql/ha_ndbcluster_binlog.cc: remove warning for table exists in mysqld error log
-