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

Method partition_engine

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

Source from the content-addressed store, hash-verified

5655 virtual handlerton *partition_ht() const
5656 { return ht; }
5657 virtual bool partition_engine() { return 0;}
5658 virtual uint partition_index_scan_method() { return 0; }
5659 /*
5660 Used with 'wrapper' engines, like SEQUENCE, to access to the

Callers 7

print_explain_jsonMethod · 0.45
mysql_rename_tableFunction · 0.45
mysql_alter_tableFunction · 0.45
handler_truncateMethod · 0.45
mysql_admin_tableFunction · 0.45
Alter_table_ctxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected