diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:28 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:28 -0400 |
commit | ba50031707469046407a35b77a3cd81351e951b3 (patch) | |
tree | 5c03e723bdbfabae09d41a3ab1253dff41eeed4a /ext/mysqli/tests/015.phpt | |
parent | 0a36161e13484a99ccf69bb38f206462d27cc6d6 (diff) | |
download | php-ba50031707469046407a35b77a3cd81351e951b3.tar.gz |
Imported Upstream version 5.1.5upstream/5.1.5
Diffstat (limited to 'ext/mysqli/tests/015.phpt')
-rw-r--r-- | ext/mysqli/tests/015.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysqli/tests/015.phpt b/ext/mysqli/tests/015.phpt index 26eb4383c..7620f3c43 100644 --- a/ext/mysqli/tests/015.phpt +++ b/ext/mysqli/tests/015.phpt @@ -2,6 +2,7 @@ mysqli autocommit/commit/rollback with myisam --SKIPIF-- <?php + require_once('skipif.inc'); include "connect.inc"; $link = mysqli_connect($host, $user, $passwd); $result = mysqli_query($link, "SHOW VARIABLES LIKE 'have_innodb'"); @@ -13,8 +14,6 @@ mysqli autocommit/commit/rollback with myisam printf ("skip innodb support not installed."); } ?> ---SKIPIF-- -<?php require_once('skipif.inc'); ?> --FILE-- <?php include "connect.inc"; |