summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-02-12 08:55:17 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2020-02-12 08:55:17 +0100
commit4b087e175431895bd5a69cb298281f0c30a1d2a6 (patch)
tree17a5b0e8f4a678f46ff1e1b1faabcdfedacc5ffe /sql/sql_parse.cc
parentfc2f2fa85306d80c317e76933264ba3d3675ed1c (diff)
parent646d1ec83a57d9a5b380079afc3612c1d9acadd5 (diff)
downloadmariadb-git-4b087e175431895bd5a69cb298281f0c30a1d2a6.tar.gz
Merge branch '10.4' into 10.5
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 e8b5e319773..dac5b025821 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -1847,7 +1847,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
*/