8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00

Temporary hack to make engine work until new configuration manager be able to handle directories stuff

This commit is contained in:
skidder 2002-12-11 16:31:18 +00:00
parent d041061196
commit 547fbc6e91
2 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,7 @@
*
*/
/*
$Id: isc.cpp,v 1.23 2002-12-10 11:53:49 eku Exp $
$Id: isc.cpp,v 1.24 2002-12-11 16:31:15 skidder Exp $
*/
#ifdef DARWIN
#define _STLP_CCTYPE
@ -557,6 +557,7 @@ void DLL_EXPORT ISC_get_config(TEXT * config_file, IPCCFG config_table)
/* The master configuration options are in memory, now for
this request for option values mark each one as not found
and search the memory table for each one. */
if (!config_table) return;
for (h = config_table; h->ipccfg_keyword; h++)
{

View File

@ -5578,6 +5578,10 @@ static DBB init(TDBB tdbb,
gds__register_cleanup(cleanup, 0);
initialized = TRUE;
JRD_cache_default = Config::getDefaultDbCachePages();
// 11 Dec 2002 Nickolay Samofatov. This is a temporary hack to make old //
// configuration manager generate default directories parameters //
ISC_get_config(LOCK_HEADER, NULL);
///////////////////////////////////////////////////////////////////////////
if (JRD_cache_default < MIN_PAGE_BUFFERS)
JRD_cache_default = MIN_PAGE_BUFFERS;
if (JRD_cache_default > MAX_PAGE_BUFFERS)