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

Method GetCat

storage/connect/table.cpp:370–373  ·  view source on GitHub ↗

/ Return the pointer on the DB catalog this table belongs to. */ /

Source from the content-addressed store, hash-verified

368/* Return the pointer on the DB catalog this table belongs to. */
369/***********************************************************************/
370PCATLG TDBASE::GetCat(void)
371 {
372 return (To_Def) ? To_Def->GetCat() : NULL;
373 } // end of GetCat
374
375#if 0
376/***********************************************************************/

Callers 5

GetSubTableMethod · 0.80
MakeBlockValuesMethod · 0.80
GetBlockValuesMethod · 0.80
InitTableListMethod · 0.80
PushWarningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected