summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.cc
diff options
context:
space:
mode:
authorKristian Nielsen <knielsen@knielsen-hq.org>2015-04-20 13:21:58 +0200
committerKristian Nielsen <knielsen@knielsen-hq.org>2015-04-20 13:21:58 +0200
commit791b0ab5db47528d93cdaf534114e417ff06b66a (patch)
treeb47e7bc501a73ce95328dddced35b891d5ac21ba /sql/rpl_rli.cc
parentc6d08ecce3e7c18ecaae973c67bd2e547e0db4dd (diff)
parent519ad0f7e35ff4dd13aac3c13da44c649f724352 (diff)
downloadmariadb-git-791b0ab5db47528d93cdaf534114e417ff06b66a.tar.gz
Merge 10.0 -> 10.1
Diffstat (limited to 'sql/rpl_rli.cc')
-rw-r--r--sql/rpl_rli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.cc b/sql/rpl_rli.cc
index 58aa1e4023d..2c98cc681f5 100644
--- a/sql/rpl_rli.cc
+++ b/sql/rpl_rli.cc
@@ -1769,7 +1769,7 @@ void rpl_group_info::cleanup_context(THD *thd, bool error)
trans_rollback(thd); // if a "real transaction"
/*
Now that we have rolled back the transaction, make sure we do not
- errorneously update the GTID position.
+ erroneously update the GTID position.
*/
gtid_pending= false;
}