We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e1fa0 commit e4c600eCopy full SHA for e4c600e
src/jrd/CryptoManager.cpp
@@ -1038,6 +1038,7 @@ namespace Jrd {
1038
ClumpletWriter writer(ClumpletReader::dpbList, MAX_DPB_SIZE);
1039
writer.insertString(isc_dpb_user_name, DBA_USER_NAME);
1040
writer.insertByte(isc_dpb_no_db_triggers, TRUE);
1041
+ writer.insertInt(isc_dpb_worker_attach, 1);
1042
1043
// Avoid races with release_attachment() in jrd.cpp
1044
XThreadEnsureUnlock releaseGuard(dbb.dbb_thread_mutex, FB_FUNCTION);
0 commit comments