1. 14 Mar, 2007 1 commit
    • istruewing@chilla.local's avatar
      Bug#25289 - repair table causes "my_seek.c:56: · 6b7fea5f
      istruewing@chilla.local authored
                  my_seek: Assertion `fd != -1' failed"
      
      In difficult optimize/repair situations the server could crash.
      Under some circumstances the server retries an optimize/repair
      with more elaborate options. But it did not check if the first
      attempt failed so badly that a second one must not be tried.
      
      This could happen when a new data file has been created
      but it was not possible to open it. In this case the
      repair leaves behind a table with closed data file.
      This must not be used for another repair attempt.
      
      We do now detect the closed data file and do not try
      another repair attempt in this situation.
      
      No test case. The required table corruption can not be
      repeated easily. There is a test program attached to
      bug 25433.
      6b7fea5f
  2. 05 Mar, 2007 1 commit
    • istruewing@chilla.local's avatar
      Bug#26464 - insert delayed + update + merge = corruption · 629fed6c
      istruewing@chilla.local authored
      Using INSERT DELAYED on MERGE tables could lead to table
      corruptions.
      
      The manual lists a couple of storage engines, which can be
      used with INSERT DELAYED. MERGE is not in this list.
      
      The attempt to try it anyway has not been rejected yet.
      This bug was not detected earlier as it can work under
      special circumstances. Most notable is low concurrency.
      
      To be safe, this patch rejects any attempt to use INSERT
      DELAYED on MERGE tables.
      629fed6c
  3. 13 Feb, 2007 2 commits
  4. 12 Feb, 2007 4 commits
  5. 08 Feb, 2007 2 commits
  6. 07 Feb, 2007 1 commit
  7. 06 Feb, 2007 8 commits
  8. 05 Feb, 2007 2 commits
  9. 02 Feb, 2007 5 commits
  10. 01 Feb, 2007 7 commits
  11. 31 Jan, 2007 7 commits