1. 16 Mar, 2005 4 commits
    • serg@serg.mylan's avatar
      sql/ha_innodb.cc · 99e581ec
      serg@serg.mylan authored
          protect prepare-...-commit with a mutex to ensure that commits in binlog and in the innodb have the same order
          store binlog position with the commit
      99e581ec
    • serg@serg.mylan's avatar
      WinAMD64 compat fix · f8ed839c
      serg@serg.mylan authored
      f8ed839c
    • serg@serg.mylan's avatar
      sql/handler.cc · 4afb7365
      serg@serg.mylan authored
          smarter xid-to-str routiine
          fixed assert crash in XA RECOVER
      sql/sql_parse.cc
          XA COMMIT/ROLLBACK did not send_ok in some cases
      4afb7365
    • serg@serg.mylan's avatar
      global read lock code now uses a dedicated mutex · d7b2d4c5
      serg@serg.mylan authored
      (otherwise a deadlock when ALTER writes to
      binlog holding LOCK_open, it causes binlog rotation,
      binlog waits for prepared transactions to commit, and commit
      needs LOCK_open to check for global read lock)
      d7b2d4c5
  2. 15 Mar, 2005 35 commits
  3. 14 Mar, 2005 1 commit