mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
forgot to remove another LOCAL_INFILE opion call
This commit is contained in:
parent
ccb5c84b6c
commit
0019a842b4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue