You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/mysqli/tests/mysqli_report.phpt
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -323,9 +323,9 @@ Warning: mysqli_real_query(): (%d/%d): You have an error in your SQL syntax; che
323
323
324
324
Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s on line %d
325
325
326
-
Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on line %d
326
+
Warning: mysqli_commit(): (%s/%d): There is no active transaction in %s on line %d
327
327
328
-
Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on line %d
328
+
Warning: mysqli_rollback(): (%s/%d): There is no active transaction in %s on line %d
329
329
330
330
Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s on line %d
331
331
@@ -336,6 +336,10 @@ Warning: mysqli_store_result(): (%s/%d): You have an error in your SQL syntax; c
336
336
Warning: mysqli_stmt_attr_set(): (%s/%d): Not implemented in %s on line %d
337
337
mysqli_kill(): Argument #2 ($process_id) must be greater than 0
338
338
339
+
Warning: mysqli_commit(): (%s/%d): There is no active transaction in %s on line %d
340
+
341
+
Warning: mysqli_rollback(): (%s/%d): There is no active transaction in %s on line %d
342
+
339
343
Warning: mysqli_stmt_prepare(): (%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
340
344
[013] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
341
345
[016] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
0 commit comments