1. 13 Apr, 2006 1 commit
    • ingo@mysql.com's avatar
      Bug#18129 - Fast (online) add index leaves temporary table frm in case of errors · 56d414b0
      ingo@mysql.com authored
      ALTER TABLE temporarily creates a new table with a .frm
      file and optionally other files. For fast ALTER TABLE
      only the .frm file is created. If the operation succeeds,
      The temporary files are renamed to their final target.
      
      In case of an error, the temporary file was forgotten to
      remove.
      
      Manually tested. The test requires to look at files,
      which I think cannot be done portably with the test suite.
      The test file is attached to the bug report.
      56d414b0
  2. 12 Apr, 2006 8 commits
  3. 11 Apr, 2006 31 commits