- 18 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Make sure postExecute is not run for blobs if AO_IgnoreError
-
- 12 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix race-condition between COPY_GCIREQ (GCP) and lcpSetActiveStatusEnd Solution is _not_ to copy sysfileData from COPY_GCIREQ from "self"
-
- 06 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Add checking of REDO to earlier during SR so take-over of node can be performed if it can't be restarted using logs (which btw is really weird...as it _should_ be able to use logs of other node in node group) Otherwise cluster could be started and 1 fragment on one node could not have been restored Making the cluster inconsisten, VERY BAD
-
- 04 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Make sure checkKeepGci is also run on oldStoredReplicas to prevent keepgci to move backwards when crash node restarts
-
- 26 Sep, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
Fix take-over during SR, remove coupling to lcp/gcp (if systemRestartOngoing())
-
jonas@perch.ndb.mysql.com authored
handle also CS_CONNECTED as "abort" in handleFailedApi to keep from falling on assertion in releaseApiCon in case of committed dirtyRead
-
jonas@perch.ndb.mysql.com authored
Fix occational LCP hang!!! Make sure only to consider alive nodes in startNextChkpt
-
- 15 Sep, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix for alter table when node is down...that could cause pain and misery
-
- 04 Sep, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
fix deadlock if master switches log file in parallell with "show master logs"
-
- 24 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
read TransactionDeadlockTimeout (for scans) to cater for insane settings
-
- 09 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Make sure updateNodeInfo is run on master also for temporary tables
-
- 08 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Make sure totSendlenAi is set in case of ACC_ABORTCONF and activeCreate == true (only needed when >2 replica)
-
- 07 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix error message on copyfragref
-
- 04 Aug, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
Fix docs for NdbOpertation::sub_reg
-
jonas@perch.ndb.mysql.com authored
Make sure that tupkeyErrorLab is run if interpretedUpdate(fail), so that entry is not inserted into index. Yeilding crash on following dml on tupel
-
- 03 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix bug in tup buddy allocator, which made it make invalid access to cfreepagelist[16] (which is not defined)
-
- 02 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Make possible to build both debug/release from compile-ndb-autotest
-
- 01 Aug, 2006 8 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-jonas
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-work
-
jonas@perch.ndb.mysql.com authored
handle error in TCKEYREQ during TCINDXREQ better
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-jonas
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-jonas
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-jonas
-
into mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
-
- 31 Jul, 2006 1 commit
-
-
into mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
-
- 29 Jul, 2006 2 commits
-
-
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
Corrected typo
-
- 28 Jul, 2006 4 commits
-
-
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
Man page for mysqld command move to section 8 (bug#21220)
-
Man page for "mysqld" command move to section 8 (bug#21220)
-
Man page for "mysqld" command move to section 8 (bug#21220)
-
- 26 Jul, 2006 2 commits
-
-
kroki/tomash@moonlight.intranet authored
Too many cursors (more than 1024) could lead to memory corruption. This affects both, stored routines and C API cursors, and the threshold is per-server, not per-connection. Similarly, the corruption could happen when the server was under heavy load (executing more than 1024 simultaneous complex queries), and this is the reason why this bug is fixed in 4.1, which doesn't support cursors. The corruption was caused by a bug in the temporary tables code, when an attempt to create a table could lead to a write beyond allocated space. Note, that only internal tables were affected (the tables created internally by the server to resolve the query), not tables created with CREATE TEMPORARY TABLE. Another pre-condition for the bug is TRUE value of --temp-pool startup option, which, however, is a default. The cause of a bug was that random memory was overwritten in bitmap_set_next() due to out-of-bound memory access.
-
aivanov@mysql.com authored
-
- 24 Jul, 2006 5 commits
-
-
joerg@trift2. authored
into trift2.:/M41/push-4.1
-
joerg@trift2. authored
into trift2.:/M41/push-4.1
-
msvensson@neptunus.(none) authored
- Send confusing output to /dev/null
-
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-
Filter out strange control characters, messes up logs
-
- 23 Jul, 2006 1 commit
-
-
into mysql.com:/usr/home/ram/work/4.1.b16327
-