8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
This commit is contained in:
asfernandes 2010-03-04 02:16:55 +00:00
parent 7267ab9c21
commit 06e6e0531b
2 changed files with 5 additions and 4 deletions

View File

@ -157,6 +157,7 @@ private:
static const char* asString(const Firebird::PathName&); static const char* asString(const Firebird::PathName&);
void loadValues(const ConfigFile& file); void loadValues(const ConfigFile& file);
template <typename T> T get(Config::ConfigKey key) const template <typename T> T get(Config::ConfigKey key) const
{ {
return (T) values[key]; return (T) values[key];

View File

@ -28,7 +28,7 @@ database
# log's rotation : when current log file reached this limit it is renamed # log's rotation : when current log file reached this limit it is renamed
# using current date and time and new log file is created. Value of zero # using current date and time and new log file is created. Value of zero
# means that the log file size is unlimited and rotation will never happen. # means that the log file size is unlimited and rotation will never happen.
#max_log_size 0 #max_log_size = 0
# SQL query filters. # SQL query filters.
@ -170,10 +170,10 @@ services
#exclude_filter #exclude_filter
# Put service attach, detach and start records # Put service attach, detach and start records
#log_services false #log_services = false
# Put service query records # Put service query records
#log_service_query false #log_service_query = false
} }