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

Method Duplicate

storage/connect/tabmul.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 } // end of Clone
112
113PTDB TDBMUL::Duplicate(PGLOBAL g)
114 {
115 PTDBMUL tmup = new(g) TDBMUL(this);
116
117 tmup->Tdbp = Tdbp->Duplicate(g);
118 return tmup;
119 } // end of Duplicate
120
121/***********************************************************************/
122/* Initializes the table filename list. */

Callers 3

CntOpenTableFunction · 0.45
OpenDBMethod · 0.45
TDBDOSMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected