MCPcopy Create free account
hub / github.com/MariaDB/server / table_type

Method table_type

sql/handler.h:4721–4721  ·  view source on GitHub ↗

The following can be called without an open handler */

Source from the content-addressed store, hash-verified

4719 virtual void free_foreign_key_create_info(char* str) {}
4720 /** The following can be called without an open handler */
4721 virtual const char *table_type() const { return hton_name(ht)->str; }
4722 /* The following is same as table_table(), except for partition engine */
4723 virtual const char *real_table_type() const { return hton_name(ht)->str; }
4724 const char **bas_ext() const { return ht->tablefile_extensions; }

Callers 12

prepare_eofMethod · 0.45
real_table_typeMethod · 0.45
fix_fieldsMethod · 0.45
plugin_loadFunction · 0.45
check_key_for_blobMethod · 0.45
prepare_stage2_blobMethod · 0.45
init_key_part_specFunction · 0.45
alter_table_manage_keysFunction · 0.45
mysql_ha_openFunction · 0.45
mysql_ha_readFunction · 0.45

Calls 1

hton_nameFunction · 0.85

Tested by

no test coverage detected