summaryrefslogtreecommitdiff
path: root/sql/wsrep_thd.cc
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2016-06-29 20:03:06 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2016-11-02 15:07:52 +0100
commite2d6912609c976bad04cee76874d4f986cd58cef (patch)
treef59d435e68c97fb717cb0bfdada8fced24455dc6 /sql/wsrep_thd.cc
parentc6713f651f5a50709273d14ce5732f7ef3409737 (diff)
downloadmariadb-git-e2d6912609c976bad04cee76874d4f986cd58cef.tar.gz
MDEV-9114: Bulk operations (Array binding)
(+ default values)
Diffstat (limited to 'sql/wsrep_thd.cc')
-rw-r--r--sql/wsrep_thd.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc
index 06846e7dd6a..03e53dd3e97 100644
--- a/sql/wsrep_thd.cc
+++ b/sql/wsrep_thd.cc
@@ -265,7 +265,8 @@ void wsrep_replay_transaction(THD *thd)
}
else if (thd->get_stmt_da()->is_set())
{
- if (thd->get_stmt_da()->status() != Diagnostics_area::DA_OK)
+ if (thd->get_stmt_da()->status() != Diagnostics_area::DA_OK &&
+ thd->get_stmt_da()->status() != Diagnostics_area::DA_OK_BULK)
{
WSREP_WARN("replay ok, thd has error status %d",
thd->get_stmt_da()->status());