mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Misc
This commit is contained in:
parent
7267ab9c21
commit
06e6e0531b
@ -56,7 +56,7 @@
|
||||
position within appropriate structures)
|
||||
3. Add member function to Config class (config.h) and implement it
|
||||
in config.cpp module.
|
||||
4. For per-database configurable parameters, please use
|
||||
4. For per-database configurable parameters, please use
|
||||
type getParameterName() const;
|
||||
form, for world-wide parameters:
|
||||
static type getParameterName();
|
||||
@ -157,6 +157,7 @@ private:
|
||||
static const char* asString(const Firebird::PathName&);
|
||||
|
||||
void loadValues(const ConfigFile& file);
|
||||
|
||||
template <typename T> T get(Config::ConfigKey key) const
|
||||
{
|
||||
return (T) values[key];
|
||||
|
@ -28,7 +28,7 @@ database
|
||||
# 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
|
||||
# means that the log file size is unlimited and rotation will never happen.
|
||||
#max_log_size 0
|
||||
#max_log_size = 0
|
||||
|
||||
|
||||
# SQL query filters.
|
||||
@ -170,10 +170,10 @@ services
|
||||
#exclude_filter
|
||||
|
||||
# Put service attach, detach and start records
|
||||
#log_services false
|
||||
#log_services = false
|
||||
|
||||
# Put service query records
|
||||
#log_service_query false
|
||||
#log_service_query = false
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user