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

Method GetResult

storage/connect/tabutil.cpp:798–803  ·  view source on GitHub ↗

/ GetResult: Get the list the MYSQL table columns. */ /

Source from the content-addressed store, hash-verified

796/* GetResult: Get the list the MYSQL table columns. */
797/***********************************************************************/
798PQRYRES TDBTBC::GetResult(PGLOBAL g)
799 {
800 bool b = false;
801
802 return TabColumns(g, current_thd, Db, Tab, b);
803 } // end of GetResult
804

Callers

nothing calls this directly

Calls 1

TabColumnsFunction · 0.85

Tested by

no test coverage detected