An error occurred fetching the project authors.
  1. 26 Oct, 2006 1 commit
  2. 23 Oct, 2006 1 commit
  3. 22 Oct, 2006 1 commit
  4. 20 Oct, 2006 6 commits
  5. 19 Oct, 2006 3 commits
  6. 18 Oct, 2006 4 commits
    • jonas@perch.ndb.mysql.com's avatar
      ndb - bug#23430 · 0192b439
      jonas@perch.ndb.mysql.com authored
        make sure not to release log buffer twice (or several times) in case of abort of multi update
      0192b439
    • holyfoot/hf@mysql.com/deer.(none)'s avatar
      bug #23369 (Embedded library can't be linked) · b8e31d05
      holyfoot/hf@mysql.com/deer.(none) authored
      Problem is that some files moved to storage/*/ still are dependent
      on sql/ code (usually use members of THD structure)
      that can get different being compiled with another #define-s
      Code added to recompile these for the embedded server
      b8e31d05
    • stewart@willster.(none)'s avatar
      Bug #19148 Backup causes cluster down if _really_ early abort happens · 73831dad
      stewart@willster.(none) authored
      Early abort, failing to allocate buffers, would go down the abort track and
       end up trying to sendDropTriggers (as the standard stop backup does). 
      However, it is possible to not have any tables yet defined in the backup 
      (due to allocating buffers is before this). Simple check in sendDropTrig 
      (and continue to next step). Files may be open, so we continue to close them.
      
      Also updated ERROR_Codes (and added one to test this bug).
      73831dad
    • jonas@perch.ndb.mysql.com's avatar
      ndb - · 5bce99a9
      jonas@perch.ndb.mysql.com authored
        Fix uninit variable, causing problems with auto-increment on rhas3-x86 (only found on this platform, really weird)
      5bce99a9
  7. 16 Oct, 2006 2 commits
  8. 13 Oct, 2006 4 commits
    • mmj@tiger.local's avatar
      DictTabInfo.cpp: · 8353d3e6
      mmj@tiger.local authored
        Fix for bug#23169 - memset param switching
      8353d3e6
    • petr/cps@mysql.com/owlet.local's avatar
      Fix for Bug #17544 "Cannot do atomic log rotate", · 6846f8d9
      petr/cps@mysql.com/owlet.local authored
      Bug #21785 "Server crashes after rename of the log table" and
      Bug #21966 "Strange warnings on create like/repair of the log
                  tables"
      
      According to the patch, from now on, one should use RENAME to
      perform a log table rotation (this should also be reflected in
      the manual).
      
      Here is a sample:
      
      use mysql;
      CREATE TABLE IF NOT EXISTS general_log2 LIKE general_log;
      RENAME TABLE general_log TO general_log_backup, general_log2 TO general_log;
      
      The rules for Rename of the log tables are following:
            IF   1. Log tables are enabled
            AND  2. Rename operates on the log table and nothing is being
                    renamed to the log table.
            DO   3. Throw an error message.
            ELSE 4. Perform rename.
       
      The very RENAME query will go the the old (backup) table. This is
      consistent with the behavoiur we have with binlog ROTATE LOGS
      statement.
      
      Other problems, which are solved by the patch are:
      
      1) Now REPAIR of the log table is exclusive operation (as it should be), this
         also eliminates lock-related warnings. and
      2) CREATE LIKE TABLE now usese usual read lock on the source table rather
         then name lock, which is too restrictive. This way we get rid of another
         log table-related warning, which occured because of the above fact
         (as a side-effect, name lock resulted in a warning).
      6846f8d9
    • jonas@perch.ndb.mysql.com's avatar
      fix merge problem · 64cba867
      jonas@perch.ndb.mysql.com authored
      64cba867
    • jonas@perch.ndb.mysql.com's avatar
      ndb - fix memleak (due to incorrect merge of bug#21941) · d0bd8a8a
      jonas@perch.ndb.mysql.com authored
        recommit into release-clone
      d0bd8a8a
  9. 11 Oct, 2006 1 commit
  10. 10 Oct, 2006 2 commits
  11. 09 Oct, 2006 1 commit
  12. 05 Oct, 2006 2 commits
  13. 02 Oct, 2006 1 commit
  14. 01 Oct, 2006 1 commit
  15. 30 Sep, 2006 2 commits
  16. 28 Sep, 2006 1 commit
  17. 27 Sep, 2006 1 commit
  18. 26 Sep, 2006 2 commits
  19. 25 Sep, 2006 1 commit
  20. 22 Sep, 2006 2 commits
  21. 21 Sep, 2006 1 commit