From 8a07cc45cfb3cfad38a65f027e59b2e1d02f091e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sat, 15 Feb 2003 17:06:35 +0000 Subject: [PATCH] Fixed skip condition. --- ext/mysqli/tests/014.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } ?> -- 2.50.1