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

Function drop_table

storage/sequence/sequence.cc:517–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515*****************************************************************************/
516
517static int drop_table(handlerton *hton, const char *path)
518{
519 const char *name= strrchr(path, FN_LIBCHAR)+1;
520 ulonglong from, to, step;
521 if (parse_table_name(name, strlen(name), &from, &to, &step))
522 return ENOENT;
523 return 0;
524}
525
526static int init(void *p)
527{

Callers

nothing calls this directly

Calls 1

parse_table_nameFunction · 0.85

Tested by

no test coverage detected