mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
5549e066f2
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.