1. 17 May, 2007 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      Addition to fix for · 4f11124c
      svoj@mysql.com/june.mysql.com authored
      BUG#25712 - insert delayed and check table run together report
                  crashed tables
      
      Let MY_THREADSAFE have distinct value. Some functions call my_seek
      passing MyFlags argument directly to it. This may cause unnecessary
      locks, which may finally lead to a dead-lock (specifically see my_lock).
      4f11124c
  2. 16 May, 2007 1 commit
    • svoj@mysql.com/april.(none)'s avatar
      BUG#25712 - insert delayed and check table run together report crashed · 3ea2ee35
      svoj@mysql.com/april.(none) authored
                  tables
      
      In case system doesn't have native pread/pwrite calls (e.g. Windows)
      and there is CHECK TABLE runs concurrently with another statement that
      reads from a table, the table may be reported as crashed.
      
      This is fixed by locking file descriptor when my_seek is executed on
      MyISAM index file and emulated pread/pwrite may be executed concurrently.
      
      Affects MyISAM tables on platforms that do not have native
      pread/pwrite calls (e.g. Windows).
      
      No deterministic test case for this bug.
      3ea2ee35
  3. 28 Apr, 2007 1 commit
  4. 26 Apr, 2007 2 commits
  5. 24 Apr, 2007 2 commits
  6. 23 Apr, 2007 2 commits
  7. 20 Apr, 2007 1 commit
  8. 19 Apr, 2007 1 commit
  9. 18 Apr, 2007 1 commit
  10. 17 Apr, 2007 3 commits
  11. 14 Apr, 2007 1 commit
  12. 12 Apr, 2007 2 commits
  13. 11 Apr, 2007 4 commits
  14. 10 Apr, 2007 9 commits
  15. 07 Apr, 2007 2 commits
  16. 05 Apr, 2007 3 commits
  17. 04 Apr, 2007 4 commits