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

Function MakeCol

storage/connect/xtable.h:120–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 // Database routines
119 virtual PCOL ColDB(PGLOBAL g, PSZ name, int num);
120 virtual PCOL MakeCol(PGLOBAL, PCOLDEF, PCOL, int)
121 {assert(false); return NULL;}
122 virtual PCOL InsertSpecialColumn(PCOL colp);
123 virtual PCOL InsertSpcBlk(PGLOBAL g, PCOLDEF cdp);
124 virtual void MarkDB(PGLOBAL g, PTDB tdb2);

Callers 2

MakeBlockValuesMethod · 0.70
ColDBMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected