Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit ca4678f

Browse files
author
jan.kneschke@oracle.com
committed
don't trigger a debug-message for a "error on connection" if we notified the client via a ERR-packet
1 parent b633705 commit ca4678f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network-mysqld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ void network_mysqld_con_handle(int event_fd, short events, void *user_data) {
20192019
break;
20202020
}
20212021

2022-
con->state = CON_STATE_ERROR;
2022+
con->state = CON_STATE_CLOSE_CLIENT;
20232023

20242024
break;
20252025
}

0 commit comments

Comments
 (0)