Skip to content

Commit 8a07cc4

Browse files
author
Ilia Alshanetsky
committed
Fixed skip condition.
1 parent e671a8c commit 8a07cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/014.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mysqli autocommit/commit/rollback
99
mysqli_free_result($result);
1010
mysqli_close($link);
1111

12-
if ($row[1] == "NO") {
12+
if ($row[1] == "DISABLED") {
1313
printf ("skip innodb support not installed.");
1414
}
1515
?>

0 commit comments

Comments
 (0)