• unknown's avatar
    The handlerton structures for archive and CSV had not been updated. Nicht so... · 4bc2c558
    unknown authored
    The handlerton structures for archive and CSV had not been updated. Nicht so gute. I also fixed CSV to use fast alter table and put in a test in archive in case someone tries to do the same there (hint... it won't work). 
    
    
    mysql-test/r/archive.result:
      New results
    mysql-test/r/csv.result:
      New results
    mysql-test/t/archive.test:
      Adding test for new fast alter table
    mysql-test/t/csv.test:
      Adding test for new fast alter table
    sql/ha_archive.cc:
      Updating handlerton to remove warnings.
    storage/csv/ha_tina.cc:
      Updating handlerton to remove warnings, and updated CSV to handle fast alter table.
    storage/csv/ha_tina.h:
      New method.
    4bc2c558
csv.result 46.9 KB