1. 30 Mar, 2007 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in · 556de62f
      svoj@mysql.com/june.mysql.com authored
                  ARCHIVE table
      ARCHIVE table was truncated by REPAIR TABLE ... USE_FRM statement.
      The table handler returned its file name extensions in a wrong order.
      REPAIR TABLE believed it has to use the meta file to create a new table
      from it.
      
      With the fixed order, REPAIR TABLE does now use the data file to create
      a new table. So REPAIR TABLE ... USE_FRM works well with ARCHIVE engine
      now.
      
      This issue affects 5.0 only, since in 5.1 ARCHIVE engine stores meta
      information and data in the same file.
      556de62f
  2. 29 Mar, 2007 1 commit
  3. 28 Mar, 2007 10 commits
  4. 27 Mar, 2007 4 commits
  5. 25 Mar, 2007 4 commits
  6. 24 Mar, 2007 2 commits
  7. 23 Mar, 2007 12 commits
  8. 22 Mar, 2007 6 commits