You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-10 01:02:57 +03:00
Clear error before reading ok packet
This commit is contained in:
@@ -2552,6 +2552,9 @@ int ma_read_ok_packet(MYSQL *mysql, uchar *pos, ulong length)
|
|||||||
mysql->insert_id= net_field_length_ll(&pos);
|
mysql->insert_id= net_field_length_ll(&pos);
|
||||||
mysql->server_status=uint2korr(pos);
|
mysql->server_status=uint2korr(pos);
|
||||||
|
|
||||||
|
/* clear error */
|
||||||
|
mysql->net.last_error[0]= mysql->net.last_errno= mysql->net.extension->extended_errno= 0;
|
||||||
|
|
||||||
/* callback */
|
/* callback */
|
||||||
if (mysql->options.extension->status_callback &&
|
if (mysql->options.extension->status_callback &&
|
||||||
mysql->server_status != last_server_status)
|
mysql->server_status != last_server_status)
|
||||||
|
Reference in New Issue
Block a user