diff options
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index 157cca1ca04..53591c371c0 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -7452,7 +7452,7 @@ bool THD::report_collected_insert_id() mem_root); if (protocol_binary.send_result_set_metadata(&field_list, - Protocol::SEND_NUM_ROWS)) + Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF)) goto error; for (ulonglong i= 0; i < insert_ids->elements; i++) |