• 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
myisamdef.h 30.5 KB