Commit 4296293e authored by unknown's avatar unknown

Merge fix


client/mysqldump.c:
  Add missing }
parent 7ff7e90f
...@@ -2407,6 +2407,7 @@ static int dump_selected_tables(char *db, char **table_names, int tables) ...@@ -2407,6 +2407,7 @@ static int dump_selected_tables(char *db, char **table_names, int tables)
{ {
table_name= hash_element(&dump_tables, i); table_name= hash_element(&dump_tables, i);
get_view_structure(table_name, db); get_view_structure(table_name, db);
}
} }
hash_free(&dump_tables); hash_free(&dump_tables);
my_free(order_by, MYF(MY_ALLOW_ZERO_PTR)); my_free(order_by, MYF(MY_ALLOW_ZERO_PTR));
......
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