MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / create

Method create

sql/table.cc:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124**************************************************************************/
125
126View_creation_ctx *View_creation_ctx::create(THD *thd)
127{
128 View_creation_ctx *ctx= new (thd->mem_root) View_creation_ctx(thd);
129
130 return ctx;
131}
132
133/*************************************************************************/
134

Callers 1

Calls 4

push_warning_printfFunction · 0.85
resolve_charsetFunction · 0.85
resolve_collationFunction · 0.85
sql_print_warningFunction · 0.85

Tested by

no test coverage detected