Skip to content

Commit d411ea2

Browse files
committed
Fixed test for MySQL < 5.6
Refs GH-6172.
1 parent 8138ed7 commit d411ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqli/tests/mysqli_report_wo_ps.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; ch
113113
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
114114

115115
Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s on line %d
116-
mysqli_kill(): Argument #2 ($connection_id) must be greater than 0
116+
mysqli_kill(): Argument #2 ($process_id) must be greater than 0
117117

118118
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
119-
mysqli_kill(): Argument #2 ($connection_id) must be greater than 0
119+
mysqli_kill(): Argument #2 ($process_id) must be greater than 0
120120
[011] Access denied for user '%s'@'%s' (using password: YES)
121121
[014] Access denied for user '%s'@'%s' (using password: YES)
122122
done!

0 commit comments

Comments
 (0)