From: Georg Richter Date: Fri, 9 Aug 2002 21:13:00 +0000 (+0000) Subject: forgot to remove another LOCAL_INFILE opion call X-Git-Tag: php-4.3.0dev_zend2_alpha3~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0019a842b44194e36f93592a88297fb1de8bfa2a;p=php forgot to remove another LOCAL_INFILE opion call --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 1b6d982005..abba50c049 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -732,7 +732,6 @@ static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) if (connect_timeout != -1) mysql_options(&mysql->conn, MYSQL_OPT_CONNECT_TIMEOUT, (const char *)&connect_timeout); - mysql_options(&mysql->conn, MYSQL_OPT_LOCAL_INFILE, (const char *)&connect_timeout); if (mysql_real_connect(&mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) { #else