summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-12-14 19:29:45 +0000
committerAndrey Hristov <andrey@php.net>2011-12-14 19:29:45 +0000
commit2f0d084ab8228e1e5704a3fb66fb1c9cd6bd411e (patch)
tree3241fa7e174eee67f471e7739ca8ce967d20deb9
parentf16c10898b5926adedf2f239410bc9742123f134 (diff)
downloadphp-git-2f0d084ab8228e1e5704a3fb66fb1c9cd6bd411e.tar.gz
fix for 5.5.19
-rw-r--r--ext/mysqli/tests/mysqli_report.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_report.phpt b/ext/mysqli/tests/mysqli_report.phpt
index 4ffe356bb3..886d464b7d 100644
--- a/ext/mysqli/tests/mysqli_report.phpt
+++ b/ext/mysqli/tests/mysqli_report.phpt
@@ -289,7 +289,7 @@ Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; ch
Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FOO' at line 1 in %s on line %d
-Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s on line %d
Warning: mysqli_kill(): processid should have positive value in %s on line %d