MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MET_database

Function MET_database

src/gpre/boot/gpre_meta_boot.cpp:88–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 */
87
88bool MET_database(gpre_dbb* db, bool /*print_version*/)
89{
90 // Each info item requested will return
91 //
92 // 1 byte for the info item tag
93 // 2 bytes for the length of the information that follows
94 // 1 to 4 bytes of integer information
95 //
96 // isc_info_end will not have a 2-byte length - which gives us
97 // some padding in the buffer.
98
99 JRDMET_init(db);
100 return true;
101}
102
103
104/*____________________________________________________________

Callers 3

PAR_databaseFunction · 0.85
mainFunction · 0.85
MET_get_primary_keyFunction · 0.85

Calls 1

JRDMET_initFunction · 0.85

Tested by

no test coverage detected