Commit d1713666 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix incorrect setting of opt_local_file in mysqlimport, for named pipe

For named pipe, server and client are on the same machine, and
opt_local_infile just adds unnecessary copying via "load data local infile"
parent 56fb04aa
......@@ -249,7 +249,6 @@ get_one_option(const struct my_option *opt, const char *argument,
#ifdef __WIN__
case 'W':
opt_protocol = MYSQL_PROTOCOL_PIPE;
opt_local_file=1;
break;
#endif
case OPT_MYSQL_PROTOCOL:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment