~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/docs/index.rst

  • Committer: Lee Bieber
  • Date: 2010-10-26 14:51:47 UTC
  • mfrom: (1879.1.3 build)
  • Revision ID: kalebral@gmail.com-20101026145147-yqop1w9qw7watara
Merge Monty - clean up of set_var and sys_var
Merge Monty - Generate ChangeLog from bzr as part of distcheck. Also, cleaned up AUTHORS file from bzr log parsed by hand.
Merge Shrews - update transaction log documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
Several server variables control the transaction log.
16
16
 
17
 
**enable**
 
17
**transaction-log.enable**
18
18
 
19
19
   Enable transaction log.
20
20
 
21
 
**enable-checksum**
 
21
**transaction-log.enable-checksum**
22
22
 
23
23
   Enable CRC32 Checksumming of each written transaction log entry
24
24
 
25
 
**file**
 
25
**transaction-log.file**
26
26
 
27
27
  Path to the file to use for transaction log. The default will be
28
28
  :file:`transaction.log`.
29
29
 
30
 
**use-replicator**
 
30
**transaction-log.use-replicator**
31
31
 
32
32
   Name of the replicator plugin to use (default='default_replicator')
33
33
 
34
 
**flush-frequency**
 
34
**transaction-log.flush-frequency**
35
35
 
36
36
   * 0 : rely on operating system to sync log file (default)
37
37
   * 1 : sync file at each transaction write
38
38
   * 2 : sync log file once per second
39
39
 
40
 
**num-write-buffers**
 
40
**transaction-log.num-write-buffers**
41
41
 
42
42
   Number of slots for in-memory write buffers (default=8).
43
43