- 25 Apr, 2007 3 commits
-
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
- 23 Apr, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
- 03 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 02 Apr, 2007 4 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
-
tomas@whalegate.ndb.mysql.com authored
The query-cache watch thread was continually allocating new thread entries on the THD MEM_ROOT, not freed until server exit. Fixed by using a simple array, auto-expanded as necessary.
-
- 29 Mar, 2007 3 commits
-
-
tomas@whalegate.ndb.mysql.com authored
- do not try to perge binlog when purge comes from slave, it never purges binlog anyways
-
tomas@whalegate.ndb.mysql.com authored
- also run this patch on 32 bit machines to allow online upgrade
-
tomas@whalegate.ndb.mysql.com authored
- increase var part reference from 32 to 64 bits on 64 bit systems - note current patch does not allow for online upgrade from 32 to 64 bit systems or vice versa
-
- 27 Mar, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- error in initial signal length giving uninitialized variable
-
- 22 Mar, 2007 3 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
-
tomas@whalegate.ndb.mysql.com authored
- make sure all extra flags are reset
-
- 21 Mar, 2007 8 commits
-
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
-
tomas@whalegate.ndb.mysql.com authored
- initialize to NULL, to avoid call of free on uninitialized variable
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
-
jonas@perch.ndb.mysql.com authored
make sure master is sendable
-
jonas@perch.ndb.mysql.com authored
make sure master node is sendable, when getting ref::NotMaster
-
tomas@whalegate.ndb.mysql.com authored
- initialize to NULL, to avoid call of free on uninitialized variable
-
tomas@whalegate.ndb.mysql.com authored
-
- 20 Mar, 2007 3 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
-
jonas@perch.ndb.mysql.com authored
Handle race condtition between MASTER_GCPCONF and execGCP_NODEFINISH
-
jonas@perch.ndb.mysql.com authored
Fix correct min-value for LockPagesInMemory
-
- 19 Mar, 2007 3 commits
-
-
jonas@perch.ndb.mysql.com authored
Fix compile error with gcc4
-
jonas@perch.ndb.mysql.com authored
Fix race in testprg...causing random TC crashes
-
jonas@perch.ndb.mysql.com authored
increase some timeouts...
-
- 16 Mar, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Allow readTablePk to stumble on scan+deleted tuple, reporting no-match instead of crash (in case scan is lock-owner)
-
- 15 Mar, 2007 4 commits
-
-
jonas@perch.ndb.mysql.com authored
Fix bug in SUMA::resend_bucket which could cause mysqld to crash
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
-
jonas@perch.ndb.mysql.com authored
reset rowcount on temporary error during scan of base table
-
jonas@perch.ndb.mysql.com authored
fix test_event -n EventOperationApplier
-
- 14 Mar, 2007 2 commits
-
-
jonas@perch.ndb.mysql.com authored
Handle API failure during resend API failure could cause release of table object, which will make resend crash when dereferencing table object Solution, use table_id+hash+schemaversion instead of *raw* pointer in resend
-
jonas@perch.ndb.mysql.com authored
Make sure not to handle API_FAILREQ if it's already handled
-
- 13 Mar, 2007 2 commits
-
-
jonas@perch.ndb.mysql.com authored
Make sure head after undo execute does not point to last page of file As this will confuse next write to group
-
jonas@perch.ndb.mysql.com authored
merge to 5.1, adopt testprg to optimized node recovery
-