No infinite loop in case the connection broke

This commit is contained in:
Johannes Schlüter 2008-11-28 14:37:43 +00:00
parent 2c70ca4ab0
commit 5522a99905

View File

@ -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);