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

Method Free

storage/connect/valblk.cpp:1409–1413  ·  view source on GitHub ↗

/ Free the value block. */ /

Source from the content-addressed store, hash-verified

1407/* Free the value block. */
1408/***********************************************************************/
1409void MBVALS::Free(void)
1410 {
1411 PlgDBfree(Mblk);
1412 Vblk = NULL;
1413 } // end of Free
1414
1415/* ------------------------- End of Valblk --------------------------- */
1416

Callers 3

ConvertMethod · 0.80
SortMethod · 0.80
GetSortIndexMethod · 0.80

Calls 1

PlgDBfreeFunction · 0.85

Tested by

no test coverage detected