~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/configuration.rst

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:18:24 UTC
  • mfrom: (2222.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181824-mv5zqrahenb62y5i
Merge Mark: Documentation Edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
--------
8
8
 
9
9
Drizzle can draw its configuration from a number of sources, including the
10
 
command line, configuration files and environment variables.
 
10
command line, from configuration files, and from environment variables.
11
11
 
12
12
Support is planned for pluggable configuration sources.
13
13
 
38
38
*DRIZZLED_INNODB_BUFFER_POOL_SIZE*
39
39
 
40
40
The config files contain a set of lines of the form `option-name=value`, one
41
 
per line. Due to a bug in Boost.Program_options Boolean values require an argument, e.g. `console.enable=true`.
 
41
per line. Due to a bug in Boost.Program_options Boolean values require an argument,
 
42
e.g. `console.enable=true`.
42
43
 
43
44
Config files support section headers such as `[innodb]` with all options
44
45
occuring subsequently being prefixed by the section header. For instance, if