ID: 47387 User updated by: lars dot a dot johansson at se dot atlascopco dot com Reported By: lars dot a dot johansson at se dot atlascopco dot com Status: Open Bug Type: MySQLi related Operating System: Linux mandriva 2009 PHP Version: 5.3CVS-2009-02-14 (snap) New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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