• Sergei Golubchik's avatar
    MDEV-6601 Assertion `!thd->in_active_multi_stmt_transa ction() ||... · dd25e7f0
    Sergei Golubchik authored
    MDEV-6601 Assertion `!thd->in_active_multi_stmt_transa ction() || thd->in_multi_stmt_transaction_mode()' failed on executing a stored procedure with commit
    
    Don't restore the whole of thd->server_status after a routine invocation,
    only restore SERVER_STATUS_CURSOR_EXISTS and SERVER_STATUS_LAST_ROW_SENT,
    as --ps --embedded needs.
    In particular, don't restore SERVER_STATUS_IN_TRANS.
    dd25e7f0
sp_head.cc 116 KB