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

Method needSystemPrivileges

src/jrd/Mapping.cpp:1350–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348}
1349
1350void Mapping::needSystemPrivileges(UserId::Privileges& privileges)
1351{
1352 fb_assert(!systemPrivileges);
1353 systemPrivileges = &privileges;
1354}
1355
1356void Mapping::setAuthBlock(const Firebird::AuthReader::AuthBlock& block)
1357{

Callers 2

checkPrivilegesMethod · 0.80
update_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected