1. 25 Jul, 2007 2 commits
    • svoj@april.(none)'s avatar
      Merge mysql.com:/home/svoj/devel/bk/mysql-5.1-engines · 5c83b14b
      svoj@april.(none) authored
      into  mysql.com:/home/svoj/devel/mysql/BUG29806/mysql-5.1-engines
      5c83b14b
    • 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. 24 Jul, 2007 10 commits
  3. 22 Jul, 2007 3 commits
  4. 21 Jul, 2007 5 commits
  5. 20 Jul, 2007 18 commits
  6. 19 Jul, 2007 2 commits