|
template<typename LEXSTR > |
bool | anonymous_namespace{sql_tablespace.cc}::validate_tspnamelen (const LEXSTR &name) |
|
bool | validate_tablespace_name_length (const char *tablespace_name) |
| Check if tablespace name has valid length. More...
|
|
bool | validate_tablespace_name (ts_command_type ts_cmd, const char *tablespace_name, const handlerton *engine) |
| Check if a tablespace name is valid. More...
|
|
template<typename DISABLE_ROLLBACK > |
bool | anonymous_namespace{sql_tablespace.cc}::complete_stmt (THD *thd, handlerton *hton, DISABLE_ROLLBACK &&dr, bool using_trans=true, bool dont_write_to_binlog=false) |
|
bool | anonymous_namespace{sql_tablespace.cc}::lock_rec (THD *thd, MDL_request_list *rlst, const LEX_STRING &tsp) |
|
template<typename... Names> |
bool | anonymous_namespace{sql_tablespace.cc}::lock_rec (THD *thd, MDL_request_list *rlst, const LEX_STRING &tsp, Names... names) |
|
template<typename... Names> |
bool | anonymous_namespace{sql_tablespace.cc}::lock_tablespace_names (THD *thd, Names... names) |
|
template<typename T > |
Mod_pair< T > | anonymous_namespace{sql_tablespace.cc}::get_mod_pair (dd::cache::Dictionary_client *dcp, const dd::String_type &name) |
|
template<typename T > |
Mod_pair< T > | anonymous_namespace{sql_tablespace.cc}::get_mod_pair (dd::cache::Dictionary_client *dcp, const dd::String_type &sch_name, const dd::String_type &name) |
|
const char * | anonymous_namespace{sql_tablespace.cc}::real_engine_name (THD *thd, const LEX_CSTRING &alias) |
|
bool | anonymous_namespace{sql_tablespace.cc}::get_stmt_hton (THD *thd, const LEX_CSTRING &engine, const char *object_name, const char *statement, handlerton **htonp) |
|
bool | anonymous_namespace{sql_tablespace.cc}::get_dd_hton (THD *thd, const dd::String_type &dd_engine, const LEX_CSTRING &stmt_engine, const char *tblspc, const char *stmt, handlerton **htonp, Tablespace_engine_clause engine_clause) |
|
bool | anonymous_namespace{sql_tablespace.cc}::intermediate_commit_unless_atomic_ddl (THD *thd, handlerton *hton) |
|
bool | anonymous_namespace{sql_tablespace.cc}::map_errors (int se_error, const char *statement_txt, const st_alter_tablespace *ts_info) |
|
static bool | set_table_encryption_type (THD *thd, const dd::Tablespace &ts, dd::Tablespace_table_ref_vec *trefs, Table_pair_list *tpl, const LEX_STRING &requested_encryption, MDL_request_list *table_mdl_reqs) |
|
static bool | upgrade_lock_for_tables_in_tablespace (THD *thd, MDL_request_list *table_mdl_reqs) |
|