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

Method GetMaxSize

storage/connect/table.cpp:661–672  ·  view source on GitHub ↗

/ CAT: Get the number of properties. */ /

Source from the content-addressed store, hash-verified

659/* CAT: Get the number of properties. */
660/***********************************************************************/
661int TDBCAT::GetMaxSize(PGLOBAL g __attribute__((unused)))
662 {
663 if (MaxSize < 0) {
664// if (Initialize(g))
665// return -1;
666
667// MaxSize = Qrp->Nblin;
668 MaxSize = 10; // To make MariaDB happy
669 } // endif MaxSize
670
671 return MaxSize;
672 } // end of GetMaxSize
673
674/***********************************************************************/
675/* CAT Access Method opening routine. */

Callers 4

MakeMethod · 0.45
InitMethod · 0.45
MapInitMethod · 0.45
GetAllSizesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected