From d411ea26f18697b8fc0b4a9732290263689b43ed Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Mon, 28 Sep 2020 08:52:21 +0200 Subject: [PATCH] Fixed test for MySQL < 5.6 Refs GH-6172. --- ext/mysqli/tests/mysqli_report_wo_ps.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqli/tests/mysqli_report_wo_ps.phpt b/ext/mysqli/tests/mysqli_report_wo_ps.phpt index 7f0295dd44..c1ba3e4756 100644 --- a/ext/mysqli/tests/mysqli_report_wo_ps.phpt +++ b/ext/mysqli/tests/mysqli_report_wo_ps.phpt @@ -113,10 +113,10 @@ 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 %s 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: %s) in %s on line %d -mysqli_kill(): Argument #2 ($connection_id) must be greater than 0 +mysqli_kill(): Argument #2 ($process_id) must be greater than 0 Warning: mysqli_real_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near 'FOO' at line 1 in %s on line %d -mysqli_kill(): Argument #2 ($connection_id) must be greater than 0 +mysqli_kill(): Argument #2 ($process_id) must be greater than 0 [011] Access denied for user '%s'@'%s' (using password: YES) [014] Access denied for user '%s'@'%s' (using password: YES) done! -- 2.40.0