Commit f35377c6 authored by unknown's avatar unknown

- Cleanup: removed unreferenced local variable "local_file" in mysqlimport.c


client/mysqlimport.c:
   - Cleanup: removed unreferenced local variable "local_file"
parent 9689d956
......@@ -264,7 +264,6 @@ static int write_to_table(char *filename, MYSQL *sock)
{
char tablename[FN_REFLEN], hard_path[FN_REFLEN],
sql_statement[FN_REFLEN*16+256], *end;
my_bool local_file;
DBUG_ENTER("write_to_table");
DBUG_PRINT("enter",("filename: %s",filename));
......
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