mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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() {
|
bool select_insert::send_ok_packet() {
|
||||||
char message[160]; /* status message */
|
char message[160]; /* status message */
|
||||||
ulong row_count; /* rows affected */
|
ulonglong row_count; /* rows affected */
|
||||||
ulong id; /* last insert-id */
|
ulonglong id; /* last insert-id */
|
||||||
|
|
||||||
DBUG_ENTER("select_insert::send_ok_packet");
|
DBUG_ENTER("select_insert::send_ok_packet");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user