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

Method GetPath

storage/connect/table.cpp:102–105  ·  view source on GitHub ↗

/ Return the datapath of the DB this table belongs to. */ /

Source from the content-addressed store, hash-verified

100/* Return the datapath of the DB this table belongs to. */
101/***********************************************************************/
102PCSZ TDB::GetPath(void)
103{
104 return To_Def->GetPath();
105} // end of GetPath
106
107/***********************************************************************/
108/* Return true if name is a special column of this table. */

Callers 15

GetBlockInfoMethod · 0.45
SetBlockInfoMethod · 0.45
MakeEmptyFileMethod · 0.45
OpenTableFileMethod · 0.45
WriteBufferMethod · 0.45
DeleteRecordsMethod · 0.45
OpenTempFileMethod · 0.45
AllocateBufferMethod · 0.45
RenameTempFileMethod · 0.45
filamvct.cppFile · 0.45
CardinalityMethod · 0.45
OpenTableFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected