From 5b1e897f9399a8ac40ffb735780489c90738417c Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Mon, 22 Jan 2024 19:15:48 +0300 Subject: [PATCH] Removed config files which are not related to standard FB. --- configs/hq30_all.conf | 78 -------------------------------------- configs/hq30_cs.conf | 12 ------ configs/hq30_sc.conf | 14 ------- configs/hq30_ss.conf | 28 -------------- configs/hq40_all.conf | 88 ------------------------------------------- configs/hq40_cs.conf | 12 ------ configs/hq40_sc.conf | 14 ------- configs/hq40_ss.conf | 28 -------------- configs/hq50_all.conf | 88 ------------------------------------------- configs/hq50_cs.conf | 11 ------ configs/hq50_sc.conf | 13 ------- configs/hq50_ss.conf | 27 ------------- 12 files changed, 413 deletions(-) delete mode 100644 configs/hq30_all.conf delete mode 100644 configs/hq30_cs.conf delete mode 100644 configs/hq30_sc.conf delete mode 100644 configs/hq30_ss.conf delete mode 100644 configs/hq40_all.conf delete mode 100644 configs/hq40_cs.conf delete mode 100644 configs/hq40_sc.conf delete mode 100644 configs/hq40_ss.conf delete mode 100644 configs/hq50_all.conf delete mode 100644 configs/hq50_cs.conf delete mode 100644 configs/hq50_sc.conf delete mode 100644 configs/hq50_ss.conf diff --git a/configs/hq30_all.conf b/configs/hq30_all.conf deleted file mode 100644 index 78317f14..00000000 --- a/configs/hq30_all.conf +++ /dev/null @@ -1,78 +0,0 @@ -# Common parameters for all HQbird 3.x ServerMode. -# -################################################## - -# Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes. -# Crashes will be intercepted by WER if registry has following key and parameters: -# HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\firebird.exe\ -# Parameter 'DumpType', type: DWORD, value: 2 -# Parameter 'DumpFolder', type: EXPAND_SZ, value: directory for storing dumps -# Parameter 'DumpCount', type: DWORD, value: at least 3. -# -# Also, following must present in the registry to disable any pop-up window when program crashes: -# key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\ -# parameter: 'DontShowUI', type: DWORD, value: 2 -# -BugCheckAbort = 1 - -# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf: -# -RemoteServicePort = !PORT_FOR_LISTENING! - -FileSystemCacheThreshold = 99999K - -# Added 13.04.2019: start implementing tests for verifying DB encryption tasks -# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER! -# -WireCrypt = Enabled - -MaxUnflushedWrites = -1 -MaxUnflushedWriteTime = -1 - -ExternalFileAccess = Full - -# See parameter 'TEMP_DIR' in QA_rundaily.conf: -# -TempDirectories=!TEMP_DIR! - -# 16.01.2020 temply restored previous settings: -# Reason: strong performance degradation. -# Sent reports to dimitr et al // mailbox: pz@ibase.ru -# AuthServer = Legacy_Auth, Srp, Srp256, Win_Sspi -# UserManager = Legacy_UserManager, Srp -# AuthClient = Legacy_Auth, Srp, Srp256, Win_Sspi - -# 05-jan-2020. Its preferred AuthClient to start with 'Srp' rather than 'LegacyAuth' otherwise -# strange delay required at least for 10-11 seconds, see comments in core_6208.fbt -# Parameter AuthClient must start with 'Srp', NOT 'Srp256' - see also core_6208.fbt -# 03-feb-2020 RESTORED because CORE-6237 was fixed. - -AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth -AuthServer = Srp, Srp256, Win_Sspi, Legacy_Auth -UserManager = Srp, Legacy_UserManager - -SortDataStorageThreshold = 4096 -TempSpaceLogThreshold = 0 - -ExtConnPoolLifeTime = 10 -ExtConnPoolSize = 10 - -HQbirdVersionString = 1 - -LegacyDatabaseFileId = true -ClearGTTAtRetaining = 1 - -ParallelWorkers = 1 -MaxParallelWorkers = 2 - -DSQLCacheSize = 0 -MaxTempBlobs = 1000 -BlobTempSpace = 0 - -# NB: this parameter had default value = TRUE -# before feb-2022 (builds 33560 earlier). -# -LeftJoinConversion = false - -MinDbCachePages = 0 -MaxDbCachePages = 0 diff --git a/configs/hq30_cs.conf b/configs/hq30_cs.conf deleted file mode 100644 index 693ee244..00000000 --- a/configs/hq30_cs.conf +++ /dev/null @@ -1,12 +0,0 @@ -# Parameters specific to HQbird 3.x Classic -########################################### - -ServerMode = Classic -DefaultDBCachePages = 2048 -TempCacheLimit = 128K - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_hq3x_cs -RemotePipeName = wnet_hq3x_cs - diff --git a/configs/hq30_sc.conf b/configs/hq30_sc.conf deleted file mode 100644 index d73265bc..00000000 --- a/configs/hq30_sc.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Parameters specific to HQbird 3.x SuperClassic: -################################################# - -ServerMode = SuperClassic -DefaultDBCachePages = 2048 - -# Common for all connections in SC: -# -TempCacheLimit = 1G - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_hq3x_sc -RemotePipeName = wnet_hq3x_sc diff --git a/configs/hq30_ss.conf b/configs/hq30_ss.conf deleted file mode 100644 index 67196735..00000000 --- a/configs/hq30_ss.conf +++ /dev/null @@ -1,28 +0,0 @@ -# Parameters specific to HQbird 3.x SuperServer: -################################################ - -ServerMode = Super - -# Increased 11.04.2021 after discuss with dimitr -# See mailbox pz@ibase.ru, 11-apr-2021. -# DefaultDBCachePages = 100K - -# Reduced 06.12.2022 otherwise dumps will have -# too big size and will be rotated too frequent. -# Discussed with Alex -# See mailbox p519446@yandex.ru, 16-nov-2022 -# -DefaultDBCachePages = 10K - - -# Common for all connections in SS: -# -# Increased 11.04.2021 after discuss with dimitr -# See e-mail pz@ibase.ru, 11-apr-2021. -# -TempCacheLimit = 1G - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_hq3x_ss -RemotePipeName = wnet_hq3x_ss diff --git a/configs/hq40_all.conf b/configs/hq40_all.conf deleted file mode 100644 index 12c25afb..00000000 --- a/configs/hq40_all.conf +++ /dev/null @@ -1,88 +0,0 @@ -# Common parameters for all HQbird 4.x ServerMode. -# -################################################## - -# Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes. -# Crashes will be intercepted by WER if registry has following key and parameters: -# HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\firebird.exe\ -# Parameter 'DumpType', type: DWORD, value: 2 -# Parameter 'DumpFolder', type: EXPAND_SZ, value: directory for storing dumps -# Parameter 'DumpCount', type: DWORD, value: at least 3. -# -# Also, following must present in the registry to disable any pop-up window when program crashes: -# key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\ -# parameter: 'DontShowUI', type: DWORD, value: 2 -# -BugCheckAbort = 1 - -# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf: -# -RemoteServicePort = !PORT_FOR_LISTENING! - -UseFileSystemCache = true - -InlineSortThreshold = 1000 - -# Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0. -# Actual value was taken from %~dpn0.conf: -# -ExtConnPoolSize = 10 - -# Set the time before destroyng inactive external connection, seconds. Valid values: [1...86400]. Default: 7200 seconds. -# Actual value was taken from %~dpn0.conf: -# -ExtConnPoolLifeTime = 10 - -# 05-sep-2019, FB 4.x+: intentionally change ReadConsistency with NON-DEFAULT value in order to have ability -# to use BOTH isolation levels for transactions that are to be started in READ COMMITTED mode: -# 1. READ COMMITTED READ CONSISTENCY -# 2. READ COMMITTED [NO] RECORD_VERSION -# See test for CORE-5953, "Statement level read consistency in read-committed transactions": -# we test there result for BOTH modes of RC isolation level. -# -ReadConsistency = 0 - -# Added 13.04.2019: start implementing tests for verifying DB encryption tasks -# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER! -# -WireCrypt = Enabled -KeyHolderPlugin = fbSampleKeyHolder - -MaxUnflushedWrites = -1 -MaxUnflushedWriteTime = -1 - -ExternalFileAccess = Full - -# See parameter 'TEMP_DIR' in QA_rundaily.conf: -# -TempDirectories=!TEMP_DIR! - -AuthServer = Srp, Win_Sspi, Legacy_Auth -UserManager = Srp, Legacy_UserManager - -MaxIdentifierByteLength = 252 -MaxIdentifierCharLength = 63 -WireCryptPlugin = ChaCha, Arc4 - -StatementTimeout = 7200 - -ConnectionIdleTimeout = 0 -ClearGTTAtRetaining = 0 -ClientBatchBuffer = 131072 -SnapshotsMemSize = 64K -TipCacheBlockSize = 4M - -# HQbird specific: -# -ParallelWorkers = 1 -MaxParallelWorkers = 2 -DSQLCacheSize = 0 -MaxTempBlobs = 1000 -BlobTempSpace = 1 -LeftJoinConversion = false -SortDataStorageThreshold = 4096 -TempSpaceLogThreshold = 0 -HQbirdVersionString = 1 - -MinDbCachePages = 0 -MaxDbCachePages = 0 diff --git a/configs/hq40_cs.conf b/configs/hq40_cs.conf deleted file mode 100644 index 7b1356bc..00000000 --- a/configs/hq40_cs.conf +++ /dev/null @@ -1,12 +0,0 @@ -# Parameters specific to HQbird 4.x Classic -########################################### - -ServerMode = Classic -DefaultDBCachePages = 2048 -TempCacheLimit = 128K - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_hq4x_cs -RemotePipeName = wnet_hq4x_cs - diff --git a/configs/hq40_sc.conf b/configs/hq40_sc.conf deleted file mode 100644 index ca7847b5..00000000 --- a/configs/hq40_sc.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Parameters specific to HQbird 4.x SuperClassic: -################################################# - -ServerMode = SuperClassic -DefaultDBCachePages = 2048 - -# Common for all connections in SC: -# -TempCacheLimit = 1G - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_hq4x_sc -RemotePipeName = wnet_hq4x_sc diff --git a/configs/hq40_ss.conf b/configs/hq40_ss.conf deleted file mode 100644 index a5f8355f..00000000 --- a/configs/hq40_ss.conf +++ /dev/null @@ -1,28 +0,0 @@ -# Parameters specific to HQbird 4.x SuperServer: -################################################ - -ServerMode = Super - -# Increased 11.04.2021 after discuss with dimitr -# See mailbox pz@ibase.ru, 11-apr-2021. -# DefaultDBCachePages = 100K - -# Reduced 06.12.2022 otherwise dumps will have -# too big size and will be rotated too frequent. -# Discussed with Alex -# See mailbox p519446@yandex.ru, 16-nov-2022 -# -DefaultDBCachePages = 10K - - -# Common for all connections in SS: -# -# Increased 11.04.2021 after discuss with dimitr -# See e-mail pz@ibase.ru, 11-apr-2021. -# -TempCacheLimit = 1G - -# Parameters for tests which must use XNET/WNET -# connection protocols (rather than INET one): -IpcName = xnet_hq4x_ss -RemotePipeName = wnet_hq4x_ss diff --git a/configs/hq50_all.conf b/configs/hq50_all.conf deleted file mode 100644 index 2c72d1cc..00000000 --- a/configs/hq50_all.conf +++ /dev/null @@ -1,88 +0,0 @@ -# Common parameters for all HQbird 5.x ServerMode. -# -################################################## - -# Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes. -# Crashes will be intercepted by WER if registry has following key and parameters: -# HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\firebird.exe\ -# Parameter 'DumpType', type: DWORD, value: 2 -# Parameter 'DumpFolder', type: EXPAND_SZ, value: directory for storing dumps -# Parameter 'DumpCount', type: DWORD, value: at least 3. -# -# Also, following must present in the registry to disable any pop-up window when program crashes: -# key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\ -# parameter: 'DontShowUI', type: DWORD, value: 2 -# -BugCheckAbort = 1 - -# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf: -# -RemoteServicePort = !PORT_FOR_LISTENING! - -UseFileSystemCache = true - -InlineSortThreshold = 1000 - -# Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0. -# Actual value was taken from %~dpn0.conf: -# -ExtConnPoolSize = 10 - -# Set the time before destroyng inactive external connection, seconds. Valid values: [1...86400]. Default: 7200 seconds. -# Actual value was taken from %~dpn0.conf: -# -ExtConnPoolLifeTime = 10 - -# 05-sep-2019, FB 4.x+: intentionally change ReadConsistency with NON-DEFAULT value in order to have ability -# to use BOTH isolation levels for transactions that are to be started in READ COMMITTED mode: -# 1. READ COMMITTED READ CONSISTENCY -# 2. READ COMMITTED [NO] RECORD_VERSION -# See test for CORE-5953, "Statement level read consistency in read-committed transactions": -# we test there result for BOTH modes of RC isolation level. -# -ReadConsistency = 0 - -# Added 13.04.2019: start implementing tests for verifying DB encryption tasks -# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER! -# -WireCrypt = Enabled -KeyHolderPlugin = fbSampleKeyHolder - -MaxUnflushedWrites = -1 -MaxUnflushedWriteTime = -1 - -ExternalFileAccess = Full - -# See parameter 'TEMP_DIR' in QA_rundaily.conf: -# -TempDirectories=!TEMP_DIR! - -AuthServer = Srp, Win_Sspi, Legacy_Auth -UserManager = Srp, Legacy_UserManager - -MaxIdentifierByteLength = 252 -MaxIdentifierCharLength = 63 -WireCryptPlugin = ChaCha, Arc4 - -StatementTimeout = 7200 - -ConnectionIdleTimeout = 0 -ClearGTTAtRetaining = 0 -ClientBatchBuffer = 131072 -SnapshotsMemSize = 64K -TipCacheBlockSize = 4M - -# HQbird specific: -# -ParallelWorkers = 1 -MaxParallelWorkers = 2 -DSQLCacheSize = 0 -MaxTempBlobs = 1000 -BlobTempSpace = 1 -LeftJoinConversion = false -SortDataStorageThreshold = 4096 -TempSpaceLogThreshold = 0 -HQbirdVersionString = 1 - -MinDbCachePages = 0 -MaxDbCachePages = 0 diff --git a/configs/hq50_cs.conf b/configs/hq50_cs.conf deleted file mode 100644 index bb62489f..00000000 --- a/configs/hq50_cs.conf +++ /dev/null @@ -1,11 +0,0 @@ -# Parameters specific to HQbird 5.x Classic -########################################### - -ServerMode = Classic -DefaultDBCachePages = 2048 -TempCacheLimit = 128K - -# Parameter for tests which must use XNET connection protocol: -IpcName = xnet_hq5x_cs - - diff --git a/configs/hq50_sc.conf b/configs/hq50_sc.conf deleted file mode 100644 index 4db1c393..00000000 --- a/configs/hq50_sc.conf +++ /dev/null @@ -1,13 +0,0 @@ -# Parameters specific to HQbird 5.x SuperClassic: -################################################# - -ServerMode = SuperClassic -DefaultDBCachePages = 2048 - -# Common for all connections in SC: -# -TempCacheLimit = 1G - -# Parameter for tests which must use XNET connection protocol: -IpcName = xnet_hq5x_sc - diff --git a/configs/hq50_ss.conf b/configs/hq50_ss.conf deleted file mode 100644 index aaac5155..00000000 --- a/configs/hq50_ss.conf +++ /dev/null @@ -1,27 +0,0 @@ -# Parameters specific to HQbird 5.x SuperServer: -################################################ - -ServerMode = Super - -# Increased 11.04.2021 after discuss with dimitr -# See mailbox pz@ibase.ru, 11-apr-2021. -# DefaultDBCachePages = 100K - -# Reduced 06.12.2022 otherwise dumps will have -# too big size and will be rotated too frequent. -# Discussed with Alex -# See mailbox p519446@yandex.ru, 16-nov-2022 -# -DefaultDBCachePages = 10K - - -# Common for all connections in SS: -# -# Increased 11.04.2021 after discuss with dimitr -# See e-mail pz@ibase.ru, 11-apr-2021. -# -TempCacheLimit = 1G - -# Parameter for tests which must use XNET connection protocol: -IpcName = xnet_hq5x_ss -