• Igor Babaev's avatar
    MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statements · f33fc2fa
    Igor Babaev authored
    EXPLAIN EXTENDED for an UPDATE/DELETE/INSERT/REPLACE statement did not
    produce the warning containing the text representation of the query
    obtained after the optimization phase. Such warning was produced for
    SELECT statements, but not for DML statements.
    The patch fixes this defect of EXPLAIN EXTENDED for DML statements.
    f33fc2fa
sql_delete.cc 49.7 KB