The following can be called without an open handler */
| 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; } |
no test coverage detected