]> 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)
commit5549e066f2970d11e4346259057eac2046234fb4
tree3c29f226fafd0a8231d307201214fad385ac1560
parentabf0ea0110bbcd598badf6bb9eabb052ee841cad
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.
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