1. 26 Nov, 2007 8 commits
  2. 25 Nov, 2007 4 commits
  3. 23 Nov, 2007 24 commits
  4. 22 Nov, 2007 2 commits
    • unknown's avatar
      Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE · 72e2caaa
      unknown authored
                  corrupts a MERGE table
      
      Post-pushbuild fix. The merge test failed on Windows.
      The MoveFile() function returned the error code
      ERROR_ACCESS_DENIED.
      
      The fix is to use a different name for the file to be
      deleted. This is the same trick as we use for the error
      code ERROR_ALREADY_EXISTS.
      
      Added ERROR_ACCESS_DENIED to the list of error codes that
      require to change the name of the file to be deleted.
      
      
      mysys/my_delete.c:
        Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE
                    corrupts a MERGE table
        Added ERROR_ACCESS_DENIED to the list of error codes that
        require to change the name of the file to be deleted.
      72e2caaa
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0 · 3e519169
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1
      
      3e519169
  5. 21 Nov, 2007 2 commits