Loading sql/sql_class.cc +5 −2 Original line number Diff line number Diff line Loading @@ -2240,10 +2240,13 @@ void THD::restore_sub_statement_state(Sub_statement_state *backup) */ void mark_transaction_to_rollback(THD *thd, bool all) { if (thd) { thd->is_fatal_sub_stmt_error= TRUE; thd->transaction_rollback_request= all; } } /*************************************************************************** Handling of XA id cacheing ***************************************************************************/ Loading Loading
sql/sql_class.cc +5 −2 Original line number Diff line number Diff line Loading @@ -2240,10 +2240,13 @@ void THD::restore_sub_statement_state(Sub_statement_state *backup) */ void mark_transaction_to_rollback(THD *thd, bool all) { if (thd) { thd->is_fatal_sub_stmt_error= TRUE; thd->transaction_rollback_request= all; } } /*************************************************************************** Handling of XA id cacheing ***************************************************************************/ Loading