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

Method ReadDB

storage/connect/tabcmg.cpp:362–365  ·  view source on GitHub ↗

/ ReadDB: Get next document from a collection. */ /

Source from the content-addressed store, hash-verified

360/* ReadDB: Get next document from a collection. */
361/***********************************************************************/
362int TDBCMG::ReadDB(PGLOBAL g)
363{
364 return Cmgp->ReadNext(g);
365} // end of ReadDB
366
367/***********************************************************************/
368/* WriteDB: Data Base write routine for MGO access method. */

Callers

nothing calls this directly

Calls 1

ReadNextMethod · 0.45

Tested by

no test coverage detected