• Alexander Nozdrin's avatar
    Backport of revid:ingo.struewing@sun.com-20091223200354-r2uzbdkj2v6yv111 · 514b9b25
    Alexander Nozdrin authored
       Bug#47633 - assert in ha_myisammrg::info during OPTIMIZE
     
       The server crashed on an attempt to optimize a MERGE table with
       non-existent child table.
     
       mysql_admin_table() relied on the table to be successfully open
       if a table object had been allocated.
     
       Changed code to check return value of the open function before
       calling a handler:: function on it.
    514b9b25
my_delete.c 3.74 KB