• unknown's avatar
    BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error · 6afb3ef4
    unknown authored
     - Implemented ha_archive::rename_table
     - Added testcases for rename
    
    
    mysql-test/r/archive.result:
      Addd testcase for rename of archive table
    mysql-test/t/archive.test:
      Addd testcase for rename of archive table
    sql/examples/ha_archive.cc:
      Implement special version of rename table that does not care it the .arn file is missing
    sql/examples/ha_archive.h:
      Implement special version of rename table that does not care it the .arn file is missing
    6afb3ef4
ha_archive.cc 29.1 KB