]> granicus.if.org Git - php/commit
Proper fix for
authorAndrey Hristov <andrey@php.net>
Fri, 7 Jan 2011 14:22:30 +0000 (14:22 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 7 Jan 2011 14:22:30 +0000 (14:22 +0000)
commiteaaef0d870f50563fab837fffadcf47a02079c54
tree790af352bd77a14a1e4836fd099359eb5dbf0f2b
parent39210df0ed8efe262822e06fb45ac60cf4e9e552
Proper fix for
Bug #53503      mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.
NEWS
ext/mysql/tests/bug53649.phpt [new file with mode: 0644]
ext/mysqli/mysqli_nonapi.c
ext/mysqli/tests/bug53503.phpt
ext/mysqlnd/mysqlnd_result.c