mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Comments
This commit is contained in:
parent
affb39894b
commit
0bf40a8453
@ -1135,7 +1135,7 @@ namespace Jrd {
|
||||
}
|
||||
|
||||
// Slow IO - we need exclusive lock on crypto manager.
|
||||
// That may happen only when another process changed DB encyption.
|
||||
// That may happen only when another process changed DB encryption.
|
||||
BarSync::LockGuard lockGuard(tdbb, sync);
|
||||
lockGuard.lock();
|
||||
for (SINT64 previous = slowIO; ; previous = slowIO)
|
||||
|
@ -380,7 +380,7 @@ const UCHAR CNCT_specific_data = 7; // Some data, needed for user verification
|
||||
const UCHAR CNCT_plugin_name = 8; // Name of plugin, which generated that data
|
||||
const UCHAR CNCT_login = 9; // Same data as isc_dpb_user_name
|
||||
const UCHAR CNCT_plugin_list = 10; // List of plugins, available on client
|
||||
const UCHAR CNCT_client_crypt = 11; // Client encyption level (DISABLED/ENABLED/REQUIRED)
|
||||
const UCHAR CNCT_client_crypt = 11; // Client encryption level (DISABLED/ENABLED/REQUIRED)
|
||||
|
||||
// Accept Block (Server response to connect block)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user