mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge branch 'mdev8302-3' into 10.1
This commit is contained in:
commit
afd59b575a
1 changed files with 2 additions and 0 deletions
|
@ -1615,6 +1615,7 @@ int ha_rollback_trans(THD *thd, bool all)
|
|||
DBUG_ASSERT(thd->transaction.stmt.ha_list == NULL ||
|
||||
trans == &thd->transaction.stmt);
|
||||
|
||||
#ifdef HAVE_REPLICATION
|
||||
if (is_real_trans)
|
||||
{
|
||||
/*
|
||||
|
@ -1632,6 +1633,7 @@ int ha_rollback_trans(THD *thd, bool all)
|
|||
if (thd->rgi_slave && thd->rgi_slave->did_mark_start_commit)
|
||||
thd->rgi_slave->unmark_start_commit();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (thd->in_sub_stmt)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue