• Sergey Petrunya's avatar
    EXPLAIN UPDATE/DELETE · 6519ca51
    Sergey Petrunya authored
    - Make EXPLAIN UPDATE/DELETE work inside SPs
    - Return correct error code from mysql_delete()
    - EXPLAIN <multi-DELETE> will create a multi_delete object (as it 
      affects the optimization). select_result will be only used for 
      producing EXPLAIN output.
    6519ca51
sql_delete.cc 37.2 KB