mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix truncation of affected rows and insert id in select_insert::send_ok_packet
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user