From bf06330558df516129e0cd3a1e9ecf05f6b97a13 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 7 Jun 2007 14:40:13 +0000 Subject: [PATCH] LOAD DATA LOCAL client flag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237175 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-connect.xml | 3 ++- reference/mysql/functions/mysql-pconnect.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index 9aaf7d031a..7dc1d5aa69 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -1,5 +1,5 @@ - + mysql_connect @@ -83,6 +83,7 @@ The client_flags parameter can be a combination of the following constants: + 128 (enable LOAD DATA LOCAL handling), MYSQL_CLIENT_SSL, MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or diff --git a/reference/mysql/functions/mysql-pconnect.xml b/reference/mysql/functions/mysql-pconnect.xml index 59e90404de..971d6fdf39 100644 --- a/reference/mysql/functions/mysql-pconnect.xml +++ b/reference/mysql/functions/mysql-pconnect.xml @@ -1,5 +1,5 @@ - + mysql_pconnect @@ -92,6 +92,7 @@ The client_flags parameter can be a combination of the following constants: + 128 (enable LOAD DATA LOCAL handling), MYSQL_CLIENT_SSL, MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or