]> granicus.if.org Git - php/commitdiff
forgot to remove another LOCAL_INFILE opion call
authorGeorg Richter <georg@php.net>
Fri, 9 Aug 2002 21:13:00 +0000 (21:13 +0000)
committerGeorg Richter <georg@php.net>
Fri, 9 Aug 2002 21:13:00 +0000 (21:13 +0000)
ext/mysql/php_mysql.c

index 1b6d982005c4870bb62d289cfbba22d6cc97735d..abba50c0495df74303878316325597021ef6975d 100644 (file)
@@ -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