Test: /ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt - Version 5.6.6    

There are 3 different diffs reported by users for this test.

Count Diff
7 (54%)
001+ Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1148 The used command is not allowed with this MySQL version in %s/pdo_mysql_exec_load_data.php on line 6
002+ [004] Expecting '2'/integer got ''/boolean when running 'LOAD DATA LOCAL INFILE '/tmp/pdo_mysql_exec_load_data.csv' INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '
003+ '', [42000] 42000 1148 The used command is not allowed with this MySQL version
5 (38%)
001+ Warning: fopen(NULL/pdo_mysql_exec_load_data.csv): failed to open stream: No such file or directory in %s/pdo_mysql_exec_load_data.php on line 48
001- done!
002+
003+ Warning: fwrite() expects parameter 1 to be resource, boolean given in %s/pdo_mysql_exec_load_data.php on line 49
004+
005+ Warning: fwrite() expects parameter 1 to be resource, boolean given in %s/pdo_mysql_exec_load_data.php on line 50
006+
007+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/pdo_mysql_exec_load_data.php on line 51
008+
009+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 7890 Can't find file 'NULL/pdo_mysql_exec_load_data.csv'. in %s/pdo_mysql_exec_load_data.php on line 6
010+ [004] Expecting '2'/integer got ''/boolean when running 'LOAD DATA LOCAL INFILE 'NULL/pdo_mysql_exec_load_data.csv' INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '
011+ '', [HY000] HY000 7890 Can't find file 'NULL/pdo_mysql_exec_load_data.csv'.
012+
013+ Warning: unlink(NULL/pdo_mysql_exec_load_data.csv): No such file or directory in %s/pdo_mysql_exec_load_data.php on line 72
014+ done!
1 (8%)
001+ Warning: PDO::exec(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.test' doesn't exist in /home/kaifa/下载/php-5.6.6/ext/pdo_mysql/tests/mysql_pdo_test.inc on line 41
002+
003+ Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1148 The used command is not allowed with this MySQL version in %s/pdo_mysql_exec_load_data.php on line 6
004+ [004] Expecting '2'/integer got ''/boolean when running 'LOAD DATA LOCAL INFILE '/tmp/pdo_mysql_exec_load_data.csv' INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '
005+ '', [42000] 42000 1148 The used command is not allowed with this MySQL version