summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.(none)>2007-08-06 23:43:53 +0400
committerunknown <kostja@bodhi.(none)>2007-08-06 23:43:53 +0400
commit090cdfe27b0e2e4d0fa03e3360362d168ab53e6e (patch)
tree505da8f2ab04e3fd6bf95e3bbe69501a22a9f23f /client
parent6e2a24650453445d95513bbc01f2e7877de014af (diff)
downloadmariadb-git-090cdfe27b0e2e4d0fa03e3360362d168ab53e6e.tar.gz
Fix one more warning.
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 5afab7c7828..b11beef647e 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -2803,7 +2803,6 @@ static int dump_trigger(MYSQL_RES *show_create_trigger_rs,
static int dump_triggers_for_table(char *table_name, char *db_name)
{
- FILE *sql_file= md_result_file;
char name_buff[NAME_LEN*4+3];
char query_buff[QUERY_LENGTH];
uint old_opt_compatible_mode= opt_compatible_mode;