diff options
Diffstat (limited to 'ext/mysqli/tests/014.phpt')
| -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 69c347b88b..f8c02dba69 100644 --- a/ext/mysqli/tests/014.phpt +++ b/ext/mysqli/tests/014.phpt @@ -1,7 +1,7 @@ --TEST-- mysqli autocommit/commit/rollback --SKIPIF-- -<?php +<?php include "connect.inc"; $link = mysqli_connect($host, $user, $passwd); $result = mysqli_query($link, "SHOW VARIABLES LIKE 'have_innodb'"); |
