ID: 47387 Updated by: johan...@php.net Reported By: lars dot a dot johansson at se dot atlascopco dot com -Status: Open +Status: Feedback Bug Type: MySQLi related Operating System: Linux mandriva 2009 PHP Version: 5.3CVS-2009-02-14 (snap) New Comment:
Can you please give the configure line and check whether the file you're trying to read is properly formatted. How big is the file? For getting more debug data you could try to compile using --with-mysqli=mysqlnd and --enable-debug and then set mysqlnd.debug=t:o,/tmp/mysqlnd.trace in your php.ini. This generates a file /tmp/mysqlnd.trace please provide that for further investigation. Previous Comments: ------------------------------------------------------------------------ [2009-02-15 08:25:30] lars dot a dot johansson at se dot atlascopco dot com Hi again, Im running mysql 5.1.30 CE. I run my queries one by one in mysqli->query(xxx). Running the script via mysql source stmt also works ok. I also run other load scripts under 5.3 that runs ok. Note using PHP 5.2.2 works as expected and differs from 5.3. It is not easy to ship this code, its in the middle of a rather complex multitasking job control system, so if further debugging is needed it is probably easier if someone give me instructions how to debug and what to look for. ------------------------------------------------------------------------ [2009-02-14 16:06:32] lars dot a dot johansson at se dot atlascopco dot com Description: ------------ Hi, I run three simple queries i mysqli->query 1 Exec use test; 2 CREATE TABLE...; 3 LOAD DATA LOCAL INFILE...; when I run this in 5.2.2 the result is true for all 3 queries. when I run this in 5.3 the result for the LOAD statement is false, but I can not find any problem with the LOAD, it loads as good as in 5.2.2. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47387&edit=1