Commit 98be6726 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix truncation of affected rows and insert id in select_insert::send_ok_packet

parent 9dc10d58
......@@ -3833,8 +3833,8 @@ bool select_insert::prepare_eof()
bool select_insert::send_ok_packet() {
char message[160]; /* status message */
ulong row_count; /* rows affected */
ulong id; /* last insert-id */
ulonglong row_count; /* rows affected */
ulonglong id; /* last insert-id */
DBUG_ENTER("select_insert::send_ok_packet");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment