diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-05-09 15:26:18 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-05-17 13:31:33 +0200 |
commit | 50a17de1ce375f888cc239cd3c0bb8e1b92a95ab (patch) | |
tree | 766bbacaa4fade90b8c98a831c2e4c8e6cf63e38 /sql/wsrep_sst.cc | |
parent | e7ff281d2e954f9ab7f08a3e1a425a3c59e8f796 (diff) | |
download | mariadb-git-50a17de1ce375f888cc239cd3c0bb8e1b92a95ab.tar.gz |
MDEV-9947: COM_MULTI united response
Diffstat (limited to 'sql/wsrep_sst.cc')
-rw-r--r-- | sql/wsrep_sst.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_sst.cc b/sql/wsrep_sst.cc index 562bc7effb4..3ebbedaa04c 100644 --- a/sql/wsrep_sst.cc +++ b/sql/wsrep_sst.cc @@ -957,7 +957,7 @@ static int run_sql_command(THD *thd, const char *query) return -1; } - mysql_parse(thd, thd->query(), thd->query_length(), &ps, FALSE); + mysql_parse(thd, thd->query(), thd->query_length(), &ps, FALSE, FALSE); if (thd->is_error()) { int const err= thd->get_stmt_da()->sql_errno(); |