summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2016-05-09 15:26:18 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2016-05-17 13:31:33 +0200
commit50a17de1ce375f888cc239cd3c0bb8e1b92a95ab (patch)
tree766bbacaa4fade90b8c98a831c2e4c8e6cf63e38 /sql/protocol.h
parente7ff281d2e954f9ab7f08a3e1a425a3c59e8f796 (diff)
downloadmariadb-git-50a17de1ce375f888cc239cd3c0bb8e1b92a95ab.tar.gz
MDEV-9947: COM_MULTI united response
Diffstat (limited to 'sql/protocol.h')
-rw-r--r--sql/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index ea33c6bbb45..6397e3dd5e6 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -62,7 +62,7 @@ protected:
virtual bool send_ok(uint server_status, uint statement_warn_count,
ulonglong affected_rows, ulonglong last_insert_id,
- const char *message);
+ const char *message, bool skip_flush);
virtual bool send_eof(uint server_status, uint statement_warn_count);