Skip to content

Commit 671fd3f

Browse files
committed
Fix test expectation for libmysql-only test
This test now correctly displays an error message, yay.
1 parent ec56650 commit 671fd3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ array(1) {
138138
}
139139
Unbuffered...
140140

141-
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2050 in %s on line %d
141+
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2050 Row retrieval was canceled by mysql_stmt_close() call in %s on line %d
142142
array(0) {
143143
}
144144

145-
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2050 in %s on line %d
145+
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2050 Row retrieval was canceled by mysql_stmt_close() call in %s on line %d
146146
array(0) {
147147
}
148148
array(1) {

0 commit comments

Comments
 (0)