mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
This commit is contained in:
@ -2725,8 +2725,11 @@ void THD::restore_sub_statement_state(Sub_statement_state *backup)
|
|||||||
|
|
||||||
void mark_transaction_to_rollback(THD *thd, bool all)
|
void mark_transaction_to_rollback(THD *thd, bool all)
|
||||||
{
|
{
|
||||||
thd->is_fatal_sub_stmt_error= TRUE;
|
if (thd)
|
||||||
thd->transaction_rollback_request= all;
|
{
|
||||||
|
thd->is_fatal_sub_stmt_error= TRUE;
|
||||||
|
thd->transaction_rollback_request= all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Handling of XA id cacheing
|
Handling of XA id cacheing
|
||||||
|
Reference in New Issue
Block a user