~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
.. program:: drizzled
36
36
 
37
 
.. option:: --slave.config-file=arg
 
37
.. option:: --slave.config-file FILE
 
38
 
 
39
   :Default: :file:`etc/slave.cfg`
 
40
   :Variable:
38
41
 
39
42
   Path to the replication slave configuration file. By default, the
40
 
   plugin will look for a file named `slave.cfg` in the `etc` directory
 
43
   plugin will look for a file named :file:`slave.cfg` in the `etc` directory
41
44
   of the Drizzle installation. If you want to specify a different path or
42
45
   configuration file name, it is best to specify a full path to the
43
46
   file. The relative path used by plugins is within the :option:`--datadir`
44
47
   directory, so a full path is recommended.
45
48
 
46
 
.. option:: --slave.max-commit-id=arg
 
49
.. option:: --slave.max-commit-id ID
47
50
 
48
51
   Manually set the maximum commit ID the slave is assumed to have retrieved
49
52
   from the master. This value will be used by the slave to determine where
132
135
 
133
136
   The replication event queue.
134
137
 
 
138
.. _slave_authors:
 
139
 
 
140
Authors
 
141
-------
 
142
 
 
143
David Shrewsbury
 
144
 
 
145
.. _slave_version:
 
146
 
 
147
Version
 
148
-------
 
149
 
 
150
This documentation applies to **slave 1.0**.
 
151
 
 
152
To see which version of the plugin a Drizzle server is running, execute:
 
153
 
 
154
.. code-block:: mysql
 
155
 
 
156
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='slave'
 
157
 
 
158
Changelog
 
159
---------
 
160
 
 
161
v1.0
 
162
^^^^
 
163
* First release.