We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd2057 + 5ca061e commit afd59b5Copy full SHA for afd59b5
sql/handler.cc
@@ -1615,6 +1615,7 @@ int ha_rollback_trans(THD *thd, bool all)
1615
DBUG_ASSERT(thd->transaction.stmt.ha_list == NULL ||
1616
trans == &thd->transaction.stmt);
1617
1618
+#ifdef HAVE_REPLICATION
1619
if (is_real_trans)
1620
{
1621
/*
@@ -1632,6 +1633,7 @@ int ha_rollback_trans(THD *thd, bool all)
1632
1633
if (thd->rgi_slave && thd->rgi_slave->did_mark_start_commit)
1634
thd->rgi_slave->unmark_start_commit();
1635
}
1636
+#endif
1637
1638
if (thd->in_sub_stmt)
1639
0 commit comments