]> granicus.if.org Git - php/commitdiff
Unless I am completely misreading this test case, these 3 lines at the
authorRasmus Lerdorf <rasmus@php.net>
Wed, 25 Nov 2009 05:29:57 +0000 (05:29 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 25 Nov 2009 05:29:57 +0000 (05:29 +0000)
end should be in the expected output.

ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt

index b0959a3ac91bb853e8431bfb25cfeca4e5b5c441..c0df4a5127d0ff3fd8ae307ec4c4e1a4c6a6adb5 100644 (file)
@@ -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!