1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

merge with 3.23.49

This commit is contained in:
monty@hundin.mysql.fi
2002-02-14 18:58:24 +02:00
22 changed files with 213 additions and 61 deletions

View File

@@ -145,7 +145,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
if (read_file_from_client && handle_duplicates == DUP_ERROR)
handle_duplicates=DUP_IGNORE;
if (read_file_from_client && (thd->client_capabilities & CLIENT_LOCAL_FILES))
if (read_file_from_client)
{
(void)net_request_file(&thd->net,ex->file_name);
file = -1;