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

Method SetIntCatInfo

storage/connect/reldef.cpp:191–194  ·  view source on GitHub ↗

/ This function sets an integer table information. */ /

Source from the content-addressed store, hash-verified

189/* This function sets an integer table information. */
190/***********************************************************************/
191bool RELDEF::SetIntCatInfo(PCSZ what, int n)
192 {
193 return Hc->SetIntegerOption(what, n);
194 } // end of SetIntCatInfo
195
196/***********************************************************************/
197/* This function returns integer table information. */

Callers 4

ResetTableSizeMethod · 0.80
MakeBlockValuesMethod · 0.80
DeleteRecordsMethod · 0.80
CloseTableFileMethod · 0.80

Calls 1

SetIntegerOptionMethod · 0.80

Tested by

no test coverage detected