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

Method GetBoolCatInfo

storage/connect/reldef.cpp:209–214  ·  view source on GitHub ↗

/ This function returns Boolean table information. */ /

Source from the content-addressed store, hash-verified

207/* This function returns Boolean table information. */
208/***********************************************************************/
209bool RELDEF::GetBoolCatInfo(PCSZ what, bool bdef)
210 {
211 bool b= Hc->GetBooleanOption(what, bdef);
212
213 return b;
214 } // end of GetBoolCatInfo
215
216/***********************************************************************/
217/* This function returns size catalog information. */

Callers 2

MakeIndexMethod · 0.80
SaveIndexMethod · 0.80

Calls 1

GetBooleanOptionMethod · 0.80

Tested by

no test coverage detected