1. 28 Jun, 2006 2 commits
    • aivanov@mysql.com's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl · 0a9c2389
      aivanov@mysql.com authored
      into  mysql.com:/home/alexi/bugs/mysql-5.0-19208
      0a9c2389
    • aivanov@mysql.com's avatar
      Fixing BUG#17719 "Delete of binlog files fails on Windows" · 7dc30c68
      aivanov@mysql.com authored
       and BUG#19208 "Test 'rpl000017' hangs on Windows".
       Both bugs are caused by attempting to delete an opened
       file and to create immediatedly a new one with the same
       name. On Windows it can be supported only on NT-platforms
       (by using FILE_SHARE_DELETE mode and with renaming the
       file before deletion). Because deleting not-closed files
       is not supported on all platforms (e.g. Win 98|ME) this
       is to be considered harmful and should be eliminated by
       a "code redesign".
      7dc30c68
  2. 26 Jun, 2006 1 commit
  3. 24 Jun, 2006 1 commit
  4. 21 Jun, 2006 2 commits
  5. 20 Jun, 2006 9 commits
  6. 19 Jun, 2006 18 commits
  7. 18 Jun, 2006 3 commits
  8. 17 Jun, 2006 4 commits