From 5ff2df9b5f5daf48479678af83fafa576356d6d0 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 25 Nov 2009 05:29:57 +0000 Subject: [PATCH] Unless I am completely misreading this test case, these 3 lines at the end should be in the expected output. --- ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt index b0959a3ac91..c0df4a5127d 100644 --- a/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt @@ -176,4 +176,7 @@ Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this func Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute in %s on line %d [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE' -done! \ No newline at end of file +[023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND' +[024] SQLSTATE[42000] [1065] Query was empty +[025] SQLSTATE[42S02] [1146] Table 'test.nonexistent' doesn't exist +done!