MCPcopy Create free account
hub / github.com/arkdb/inception / check_engine

Function check_engine

sql/sql_table.cc:6533–6580  ·  view source on GitHub ↗

@brief Check if the table can be created in the specified storage engine. Checks if the storage engine is enabled and supports the given table type (e.g. normal, temporary, system). May do engine substitution if the requested engine is disabled. @param thd Thread descriptor. @param db_name Database name. @param table_name Name of table to be created. @param create_info Create in

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mysql_alter_tableFunction · 0.85

Calls 7

ha_checktypeFunction · 0.85
ha_legacy_typeFunction · 0.85
push_warning_printfFunction · 0.85
my_errorFunction · 0.85

Tested by

no test coverage detected