mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
No infinite loop in case the connection broke
This commit is contained in:
parent
2c70ca4ab0
commit
5522a99905
@ -244,7 +244,6 @@ infile_error:
|
||||
/* get response from server and update upsert values */
|
||||
if (FAIL == mysqlnd_simple_command_handle_response(conn, PROT_OK_PACKET, FALSE, COM_QUERY, FALSE TSRMLS_CC)) {
|
||||
result = FAIL;
|
||||
goto infile_error;
|
||||
}
|
||||
|
||||
(*conn->infile.local_infile_end)(info TSRMLS_CC);
|
||||
|
Loading…
Reference in New Issue
Block a user