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

Method create

sql/table.cc:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198**************************************************************************/
199
200View_creation_ctx *View_creation_ctx::create(THD *thd)
201{
202 View_creation_ctx *ctx= new (thd->mem_root) View_creation_ctx(thd);
203
204 return ctx;
205}
206
207/*************************************************************************/
208

Callers 13

get_new_handlerFunction · 0.45
open_table_from_shareFunction · 0.45
add_periodMethod · 0.45
create_handlerFunction · 0.45
xb_fil_io_initFunction · 0.45
xb_add_filterFunction · 0.45
xb_register_filter_entryFunction · 0.45
xtrabackup_backup_funcFunction · 0.45

Calls 5

push_warning_printfFunction · 0.85
resolve_charsetFunction · 0.85
resolve_collationFunction · 0.85
get_utf8_flagMethod · 0.80
sql_print_warningFunction · 0.70

Tested by

no test coverage detected