~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

update

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
 
**transaction-log.enable**
 
17
.. program:: drizzled
 
18
 
 
19
.. option:: --transaction-log.enable
18
20
 
19
21
   Enable transaction log.
20
22
 
21
 
**transaction-log.enable-checksum**
 
23
.. option:: --transaction-log.enable-checksum
22
24
 
23
25
   Enable CRC32 Checksumming of each written transaction log entry
24
26
 
25
 
**transaction-log.file**
 
27
.. option:: --transaction-log.file=arg
26
28
 
27
29
  Path to the file to use for transaction log. The default will be
28
30
  :file:`transaction.log`.
29
31
 
30
 
**transaction-log.use-replicator**
 
32
.. option:: --transaction-log.use-replicator
31
33
 
32
34
   Name of the replicator plugin to use (default='default_replicator')
33
35
 
34
 
**transaction-log.flush-frequency**
 
36
.. option:: --transaction-log.flush-frequency=arg
35
37
 
36
38
   * 0 : rely on operating system to sync log file (default)
37
39
   * 1 : sync file at each transaction write
38
40
   * 2 : sync log file once per second
39
41
 
40
 
**transaction-log.num-write-buffers**
 
42
.. option:: --transaction-log.num-write-buffers=arg
41
43
 
42
44
   Number of slots for in-memory write buffers (default=8).
43
45