mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.5 merge
This commit is contained in:
@ -2412,6 +2412,9 @@ void init_mdl_requests(TABLE_LIST *table_list);
|
||||
int open_table_from_share(THD *thd, TABLE_SHARE *share, const char *alias,
|
||||
uint db_stat, uint prgflag, uint ha_open_flags,
|
||||
TABLE *outparam, bool is_create_table);
|
||||
bool unpack_vcol_info_from_frm(THD *thd, MEM_ROOT *mem_root,
|
||||
TABLE *table, Field *field,
|
||||
LEX_STRING *vcol_expr, bool *error_reported);
|
||||
TABLE_SHARE *alloc_table_share(TABLE_LIST *table_list, char *key,
|
||||
uint key_length);
|
||||
void init_tmp_table_share(THD *thd, TABLE_SHARE *share, const char *key,
|
||||
|
Reference in New Issue
Block a user