diff options
| -rw-r--r-- | ext/mysqli/tests/014.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/014.phpt b/ext/mysqli/tests/014.phpt index b1c916ecf3..7e1771fcaa 100644 --- a/ext/mysqli/tests/014.phpt +++ b/ext/mysqli/tests/014.phpt @@ -9,7 +9,7 @@ mysqli autocommit/commit/rollback mysqli_free_result($result); mysqli_close($link); - if ($row[1] == "NO") { + if ($row[1] == "DISABLED") { printf ("skip innodb support not installed."); } ?> |
