mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
after merge fixes
This commit is contained in:
parent
0af8b9805b
commit
04ff15001d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue