diff options
author | Johannes Schlüter <johannes@php.net> | 2008-11-28 14:37:43 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-11-28 14:37:43 +0000 |
commit | 5522a99905dfd12d4a96839ad8465def91eba256 (patch) | |
tree | 80de526c43af2b220f05fd9c8aefb58110d2fed0 /ext/mysqlnd/mysqlnd_loaddata.c | |
parent | 2c70ca4ab0f6206fcbcea674cd6f8488c181ff1a (diff) | |
download | php-git-5522a99905dfd12d4a96839ad8465def91eba256.tar.gz |
No infinite loop in case the connection broke
Diffstat (limited to 'ext/mysqlnd/mysqlnd_loaddata.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_loaddata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_loaddata.c b/ext/mysqlnd/mysqlnd_loaddata.c index b86d5319f0..12032c13c6 100644 --- a/ext/mysqlnd/mysqlnd_loaddata.c +++ b/ext/mysqlnd/mysqlnd_loaddata.c @@ -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); |