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

Method storage_ht

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

Used with 'wrapper' engines, like SEQUENCE, to access to the underlaying engine used for storage. */

Source from the content-addressed store, hash-verified

5661 underlaying engine used for storage.
5662 */
5663 virtual handlerton *storage_ht() const
5664 { return ht; }
5665 inline int ha_write_tmp_row(uchar *buf);
5666 inline int ha_delete_tmp_row(uchar *buf);
5667 inline int ha_update_tmp_row(const uchar * old_data, uchar * new_data);

Callers 2

add_table_optionsFunction · 0.45
mysql_alter_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected