1. 27 Nov, 2007 2 commits
    • unknown's avatar
      after-merge fix: · 42853d17
      unknown authored
        - archive test/result adjusted.
        - OPTIMIZE/ANALYZE PARTITION EXTENDED test case added.
      
      
      mysql-test/r/archive.result:
        after-merge fix:
          - archive test/result adjusted.
      mysql-test/r/partition.result:
        after-merge fix:
          - test case added.
      mysql-test/t/archive.test:
        after-merge fix:
          - archive test/result adjusted.
      mysql-test/t/partition.test:
        after-merge fix:
          - test case added.
      42853d17
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b30495/b30495.5.0 · 7eb5a83d
      unknown authored
      into  mysql.com:/home/ram/work/b30495/b30495.5.1
      
      
      mysql-test/r/analyze.result:
        Auto merged
      mysql-test/t/analyze.test:
        Auto merged
      sql/sql_yacc.yy:
        5.0 -> 5.1 manual merging (see bug #30495: optimize table t1,t2,t3 extended errors):
        CHECK options disabled for ANALYZE/OPTIMIZE PARTITION.
      7eb5a83d
  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 · 68321feb
      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.
      68321feb
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0 · a48b491b
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1
      
      
      a48b491b
  5. 21 Nov, 2007 8 commits