summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 87fa6f9e959..7eaaaf63f00 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -1893,7 +1893,7 @@ int ha_rollback_trans(THD *thd, bool all)
trans == &thd->transaction.stmt);
#ifdef HAVE_REPLICATION
- if (is_real_trans && !(thd->rgi_slave && thd->rgi_slave->aborted))
+ if (is_real_trans)
{
/*
In parallel replication, if we need to rollback during commit, we must