mirror of
https://github.com/php/php-src.git
synced 2025-01-13 14:34:48 +08:00
Fixed skip condition.
This commit is contained in:
parent
e671a8c3e4
commit
8a07cc45cf
@ -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.");
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user