- 05 Apr, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/50-work
-
- 03 Apr, 2006 4 commits
-
-
jonas@perch.ndb.mysql.com authored
fix testprogam if only 1 node group
-
jonas@perch.ndb.mysql.com authored
Fix compile error...when compiling debug
-
jonas@perch.ndb.mysql.com authored
add testprg for SR case aswell
-
jonas@perch.ndb.mysql.com authored
post weeked fixes :-) change impl. to use READ_NODESREQ to query state of other qmgr(partition) this as it has no (current) side effects, so that it's possible only to kill starting cluster (if one started and one starting)
-
- 31 Mar, 2006 4 commits
-
-
jonas@perch.ndb.mysql.com authored
add new testpgrom for bug#18612 to autotest
-
jonas@perch.ndb.mysql.com authored
this also impl. gcp safe multi node shutdown 1) block gcp 2) wait for ongoing gcp 3) inform all stopping QMGR's (so that they don't start with error handler) 4) wait for all QMGR's to reply 5) broadcast failrep for stopping nodes 6) (if !master died) unblock gcp
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
correct return value in check_cm_cmregreq
-
- 30 Mar, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
For various reasone have a partitioned cluster been created This patch makes sure that when they connect 1) it's detected 2) shutdown is forced
-
- 28 Mar, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Ndbapi can reorder recattr when doing sorted scan (for faster comparision) make sure handler maps correct recattr to correct mysql column
-
- 27 Mar, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/50-work
-
jonas@perch.ndb.mysql.com authored
Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert() Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
-
- 23 Mar, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/50-work
-
jonas@perch.ndb.mysql.com authored
remove bug#18385 from autotest as it only works on 2 node clusters
-
jonas@perch.ndb.mysql.com authored
minor fixes in test programs
-
- 22 Mar, 2006 8 commits
-
-
jonas@perch.ndb.mysql.com authored
post merge fixes
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/50-work
-
jonas@perch.ndb.mysql.com authored
fix obscure error lookup
-
jonas@perch.ndb.mysql.com authored
Add per partition info (optionally to ndb_desc)
-
jonas@perch.ndb.mysql.com authored
Update makefile for removed files
-
jonas@perch.ndb.mysql.com authored
some more ndb-autotest updates (previously uncommitted...but in use)
-
jonas@perch.ndb.mysql.com authored
minor update to ndb-autotest.sh and config files
-
jonas@perch.ndb.mysql.com authored
Fix timeout during ABORT when ZABORT_TIMEOUT_BREAK is outstanding
-
- 21 Mar, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
timeslice DUMP(7015)
-
jonas@perch.ndb.mysql.com authored
Partial system restart, can not try to start with higher GCI that own even if knowing about a higher number
-
- 20 Mar, 2006 5 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-work
-
jonas@perch.ndb.mysql.com authored
remove debug prinout
-
jonas@perch.ndb.mysql.com authored
Remove useless and tricky state fiddleing in TC to syncronize NF_CompleteRep as code is already present in DIH aswell Keep broadcast of TAKEOVER_TCCONF for online upgrade
-
jonas@perch.ndb.mysql.com authored
Use variable waitfor_response_timeout (depending on TransactionDeadLockTimeout) When getting 4012, set NeedAbort and ReleaseOnClose
-
jonas@perch.ndb.mysql.com authored
Activly abort transactions (that's affected) during NF This removes a lot of bugs that can occur otherwise is using high value for TransactionDeadLockTimout
-
- 17 Mar, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
dont't allow node to join cluster until all nodes has completed failure handling
-
elliot@mysql.com authored
to binlog too much. When InnoDB has to rollback a transaction because the lock table has filled up, it also needs to inform the upper layer that the transaction was rolled back so that the cached transaction is not written to the binary log.
-
jonas@perch.ndb.mysql.com authored
8 repeated nr with table wo/ logging cause crash Dont create crashed replica for temporary tables
-
- 16 Mar, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 14 Mar, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
evgen@sunlight.local authored
Afterfix for bug#17366: Unchecked Item_int results in server crash
-
evgen@sunlight.local authored
into sunlight.local:/work_local/17336-bug-5.0-mysql
-
- 13 Mar, 2006 2 commits
-
-
evgen@sunlight.local authored
When there is conjunction of conds, the substitute_for_best_equal_field() will call the eliminate_item_equal() function in loop to build final expression. But if eliminate_item_equal() finds that some cond will always evaluate to 0, then that cond will be substituted by Item_int with value == 0. In this case on the next iteration eliminate_item_equal() will get that Item_int and treat it as Item_cond. This is leads to memory corruption and server crash on cleanup phase. To the eliminate_item_equal() function was added DBUG_ASSERT for checking that all items treaten as Item_cond are really Item_cond. The substitute_for_best_equal_field() now checks that if eliminate_item_equal() returns Item_int and it's value is 0 then this value is returned as the result of whole conjunction.
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-