From 04ff15001df1cf318e45a7a7abeb30ed9e578027 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Sep 2003 08:16:13 +0300 Subject: [PATCH] after merge fixes --- client/mysqldump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mysqldump.c b/client/mysqldump.c index db109bc2d5c..6ef9d75249d 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -1002,7 +1002,7 @@ static void dumpTable(uint numFields, char *table) } if (opt_disable_keys) - fprintf(sql_file, "\n/*!40000 ALTER TABLE %s DISABLE KEYS */;\n", + fprintf(md_result_file, "\n/*!40000 ALTER TABLE %s DISABLE KEYS */;\n", opt_quoted_table); if (opt_lock) fprintf(md_result_file,"LOCK TABLES %s WRITE;\n", opt_quoted_table);