From 4bb9113812c00335d6e5daa83d67a74d3e671bab Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 17 Sep 2009 07:11:25 +0000 Subject: [PATCH] better coverage for mysqli_info --- .../tests/mysqli_query_local_infile_large.phpt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ext/mysqli/tests/mysqli_query_local_infile_large.phpt b/ext/mysqli/tests/mysqli_query_local_infile_large.phpt index 723013f552..f117cd12d2 100644 --- a/ext/mysqli/tests/mysqli_query_local_infile_large.phpt +++ b/ext/mysqli/tests/mysqli_query_local_infile_large.phpt @@ -5,6 +5,8 @@ mysql_query(LOAD DATA LOCAL INFILE) with large data set (10MB) require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> +--INI-- +mysqli.allow_local_infile=1 --FILE--