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:
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user