8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
This commit is contained in:
AlexPeshkoff 2018-04-11 20:43:06 +03:00
parent affb39894b
commit 0bf40a8453
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)