• Konstantin Osipov's avatar
    Partial backport of: · 1a122dc2
    Konstantin Osipov authored
    ----------------------------------------------------
    2736.2.10 Michael Widenius	2008-10-22
    Fix for bug#39395 Maria: ma_extra.c:286: maria_extra: 
    Assertion `share->reopen == 1' failed
    
    
    sql/sql_base.cc:
      Race condition in wait_while_table_is_used() where a table used 
      by another connection could be forced closed, but there was no protection against the other thread re-opening the table and trying to lock it 
      again before the table was name locked by original thread.
    1a122dc2
sql_base.cc 276 KB