• dlenev@brandersnatch.localdomain's avatar
    Fix for bug #11158 "Can't perform multi-delete in stored procedure". · 5394a1a4
    dlenev@brandersnatch.localdomain authored
    In order to make multi-delete SP friendly we need to have all table 
    locks for the elements of main statement table list properly set 
    at the end of parsing.
    
    Also performed small cleanup: We don't need relink_tables_for_multidelete()
    any longer since the only case now when TABLE_LIST::correspondent_table
    is non-zero are tables in auxilary table list of multi-delete and these
    tables are handled specially in mysql_multi_delete_prepare().
    5394a1a4
sp-threads.result 1.28 KB