1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image()

simplify open_table_def()
This commit is contained in:
Sergei Golubchik
2013-04-09 15:34:58 +02:00
parent 474e5ecd1f
commit b9f42f4b7a
4 changed files with 65 additions and 82 deletions

View File

@ -985,6 +985,8 @@ struct TABLE_SHARE
}
uint actual_n_key_parts(THD *thd);
bool init_from_binary_frm_image(THD *thd, const uchar *frm_image);
};