1. 25 Jul, 2007 1 commit
    • svoj@mysql.com/april.(none)'s avatar
      BUG#29806 - binlog_innodb.test creates a server log · 3b18aae7
      svoj@mysql.com/april.(none) authored
      Stopping mysql server could result in an entry in mysql error
      file: "InnoDB: Error: MySQL is freeing a thd".
      
      This happened because InnoDB assumes that the server will never
      call external_lock(F_UNLCK) in case external_lock(READ/WRITE)
      failed.
      
      Prior to this patch we haven't had strict definition whether
      external_lock(F_UNLCK) must be called in case external_lock(READ/WRITE)
      fails.
      
      This patch states that we never call external_lock(F_UNLCK) in case
      external_lock(READ/WRITE) fails.
      3b18aae7
  2. 20 Jul, 2007 3 commits
  3. 19 Jul, 2007 2 commits
  4. 18 Jul, 2007 2 commits
  5. 17 Jul, 2007 3 commits
  6. 16 Jul, 2007 7 commits
  7. 15 Jul, 2007 1 commit
  8. 14 Jul, 2007 7 commits
  9. 13 Jul, 2007 1 commit
  10. 12 Jul, 2007 4 commits
  11. 11 Jul, 2007 2 commits
  12. 10 Jul, 2007 5 commits
  13. 09 Jul, 2007 2 commits