mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
108ce56e60
when renaming tables Allocate the table name using ut_malloc() instead of table->heap because the latter cannot be freed. Adjust dict_sys->size calculations all over the code. Change dict_table_t::name from const char* to char* because we need to ut_malloc()/ut_free() it. Reviewed by: Inaam, Marko, Heikki (rb://384) Approved by: Heikki (rb://384) |
||
---|---|---|
.. | ||
page0cur.c | ||
page0page.c | ||
page0zip.c |