1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge fix

This commit is contained in:
msvensson@neptunus.(none)
2005-06-22 15:29:08 +02:00
parent 94e37bc3fc
commit e9e048f321

View File

@@ -2408,6 +2408,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));
order_by= 0; order_by= 0;