mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
- Cleanup: removed unreferenced local variable "local_file" in mysqlimport.c
client/mysqlimport.c: - Cleanup: removed unreferenced local variable "local_file"
This commit is contained in:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user