1. 19 Sep, 2006 1 commit
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#20789 Merge Subtable Rename Causes Crash · 70316e06
      Kristofer.Pettersson@naruto. authored
      - When a MyISAM table which belongs to a merge table union and is 
        renamed the associated file descriptors are closed on windows.
        This causes a server crash next time an insert or update is 
        performed on the merge table.
      - This patch prevents the system from crashing on windows by
        checking for bad file descriptors every time the MyISAM table
        is locked by associated the merge table.
      70316e06
  2. 14 Sep, 2006 1 commit
  3. 12 Sep, 2006 1 commit
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#20789 Merge Subtable Rename Causes Crash · 323efcc0
      Kristofer.Pettersson@naruto. authored
       - When an ALTER TABLE RENAME is performed on windows, the files are closed and their cached file 
         descriptors are marked invalid. Performing INSERT, UPDATE or SELECT on the associated merge
         table causes a server crash on windows. This patch adds a test for bad file descriptors when a 
         table attempts a lock. If a bad descriptor is found an error is thrown. An additional FLUSH TABLES
         will be necessary to further operate on the associated merge table.
      323efcc0
  4. 22 Aug, 2006 1 commit
  5. 21 Aug, 2006 2 commits
  6. 18 Aug, 2006 1 commit
  7. 17 Aug, 2006 5 commits
  8. 16 Aug, 2006 16 commits
  9. 15 Aug, 2006 12 commits