summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-10-20 12:31:04 +0000
committerUlf Wendel <uw@php.net>2009-10-20 12:31:04 +0000
commitffbf8c95955322e58bc9d22daed7652ba7a96b38 (patch)
treeb6fcb3551581e88895dca089a051d58e6e622ac6 /ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt
parent2a2598a41e7414e00ba2d8b9f17a29ce0fd70d21 (diff)
downloadphp-git-ffbf8c95955322e58bc9d22daed7652ba7a96b38.tar.gz
Fixing typo in SKIPIF and partly skipping tests if using remote MySQL because LOAD LOCAL INFILE will fail
Diffstat (limited to 'ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt b/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt
index d5fd236013..c2ee87b34a 100644
--- a/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt
+++ b/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt
@@ -13,7 +13,7 @@ require_once('connect.inc');
if (!$TEST_EXPERIMENTAL)
die("skip - experimental (= unsupported) feature");
-if (!$link = my_mysqli_connect($host, $user, $passwb, $db, $port, $socket))
+if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
die("skip Cannot connect to MySQL");
if (!$res = mysqli_query($link, 'SHOW VARIABLES LIKE "local_infile"')) {