• Varun Gupta's avatar
    MDEV-13170: Database service (MySQL) stops after update with trigger · 705abdeb
    Varun Gupta authored
    For prepare statemtent/stored procedures we rollback the items to original
    ones after prepare execution in the function reinit_stmt_before_use.
    This rollback is done for group by, order by clauses but is not done for
    the window specification containing the order by and partition by clause of the
    window function.
    705abdeb
sql_prepare.cc 156 KB