diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-06-29 20:03:06 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-11-02 15:07:52 +0100 |
commit | e2d6912609c976bad04cee76874d4f986cd58cef (patch) | |
tree | f59d435e68c97fb717cb0bfdada8fced24455dc6 /sql/protocol.cc | |
parent | c6713f651f5a50709273d14ce5732f7ef3409737 (diff) | |
download | mariadb-git-e2d6912609c976bad04cee76874d4f986cd58cef.tar.gz |
MDEV-9114: Bulk operations (Array binding)
(+ default values)
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r-- | sql/protocol.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc index a3085c69f17..f8b68c02fff 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -572,6 +572,7 @@ void Protocol::end_statement() thd->get_stmt_da()->statement_warn_count()); break; case Diagnostics_area::DA_OK: + case Diagnostics_area::DA_OK_BULK: error= send_ok(thd->server_status, thd->get_stmt_da()->statement_warn_count(), thd->get_stmt_da()->affected_rows(), |