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

Method TraceFailedConnection

src/jrd/jrd.cpp:1368–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366static const unsigned PURGE_NOCHECK = 0x04;
1367
1368TraceFailedConnection::TraceFailedConnection(const char* filename, const DatabaseOptions* options) :
1369 m_filename(filename),
1370 m_options(options)
1371{
1372 Mapping mapping(Mapping::MAP_ERROR_HANDLER, NULL);
1373 mapping.setAuthBlock(m_options->dpb_auth_block);
1374 getUserInfo(m_id, *m_options, m_filename, NULL, false, mapping, false);
1375}
1376
1377
1378//____________________________________________________________

Callers

nothing calls this directly

Calls 2

getUserInfoFunction · 0.85
setAuthBlockMethod · 0.80

Tested by

no test coverage detected