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

Method create_func

sql/item_create.cc:2761–2770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2759Create_func_no_geom Create_func_no_geom::s_singleton;
2760
2761Item*
2762Create_func_no_geom::create_func(THD * /* unused */,
2763 LEX_STRING /* unused */,
2764 List<Item> * /* unused */)
2765{
2766 /* FIXME: error message can't be translated. */
2767 my_error(ER_FEATURE_DISABLED, MYF(0),
2768 sym_group_geom.name, sym_group_geom.needed_define);
2769 return NULL;
2770}
2771#endif
2772
2773

Callers

nothing calls this directly

Calls 5

my_errorFunction · 0.85
has_named_parametersFunction · 0.85
is_autogeneratedMethod · 0.80
copy_db_toMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected