summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-02-10 20:34:16 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2020-02-10 20:34:16 +0100
commit58b70dc13630d2f2f0244359d6351085d70fd5dd (patch)
treebf6600084f6bce9526916a307d0263d398451b0b /sql/sql_parse.cc
parentd72038a738b2ece7f50453e0f366ad0b9e5ed7e0 (diff)
parent235d7c6f541ef00bec8759bef7d9e1764db20755 (diff)
downloadmariadb-git-58b70dc13630d2f2f0244359d6351085d70fd5dd.tar.gz
Merge branch '10.2' into 10.3
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index db38a20ea8a..59b4e148005 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -1858,7 +1858,6 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
while (!thd->killed && (parser_state.m_lip.found_semicolon != NULL) &&
! thd->is_error())
{
- thd->get_stmt_da()->set_skip_flush();
/*
Multiple queries exist, execute them individually
*/