diff options
| author | Andrey Hristov <andrey@php.net> | 2010-04-08 10:53:38 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2010-04-08 10:53:38 +0000 |
| commit | 4e441ef30b3b9ea26f4059c5df9d4ba3826117a5 (patch) | |
| tree | 98ee7205baf53e3b5e8b38dcedbef3b9c9477c1a | |
| parent | 8467978d7a2562874cc84845f5272dcde6071a6e (diff) | |
| download | php-git-4e441ef30b3b9ea26f4059c5df9d4ba3826117a5.tar.gz | |
one more fix and both work with libmysql and mysqlnd
| -rw-r--r-- | ext/mysqli/tests/mysqli_report_wo_ps.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_report_wo_ps.phpt b/ext/mysqli/tests/mysqli_report_wo_ps.phpt index cdfea6cb33..2ded3fd9d1 100644 --- a/ext/mysqli/tests/mysqli_report_wo_ps.phpt +++ b/ext/mysqli/tests/mysqli_report_wo_ps.phpt @@ -101,7 +101,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 '0123456789-10-45'@'%s' (using password: YES) in %s on line %d +Warning: mysqli_change_user(): (%d/%d): Access denied for user '0123456789-10-4%s'@'%s' (using password: YES) in %s on line %d Warning: mysqli_kill(): processid should have positive value in %s on line %d |
