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

Function discover_table_existence

storage/sequence/sequence.cc:360–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360static int discover_table_existence(handlerton *hton, const char *db,
361 const char *table_name)
362{
363 ulonglong from, to, step;
364 return !parse_table_name(table_name, strlen(table_name), &from, &to, &step);
365}
366
367/*****************************************************************************
368 Example of a simple group by handler for queries like:

Callers

nothing calls this directly

Calls 1

parse_table_nameFunction · 0.85

Tested by

no test coverage detected