~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-12-20 02:32:53 UTC
  • mfrom: (2469.1.1 drizzle-build)
  • Revision ID: me@mark.atwood.name-20111220023253-bvu0kr14kwsdvz7g
mergeĀ lp:~brianaker/drizzle/deprecate-pbms

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _pbms_plugin:
2
 
 
3
 
PrimeBase Media Stream Daemon
4
 
=============================
5
 
 
6
 
PrimeBase Technologies GmbH.
7
 
 
8
 
.. _pbms_loading:
9
 
 
10
 
Loading
11
 
-------
12
 
 
13
 
To load this plugin, start :program:`drizzled` with::
14
 
 
15
 
   --plugin-add=pbms
16
 
 
17
 
Loading the plugin may not enable or configure it.  See the plugin's
18
 
:ref:`pbms_configuration` and :ref:`pbms_variables`.
19
 
 
20
 
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
21
 
 
22
 
.. _pbms_configuration:
23
 
 
24
 
Configuration
25
 
-------------
26
 
 
27
 
These command line options configure the plugin when :program:`drizzled`
28
 
is started.  See :ref:`command_line_options` for more information about specifying
29
 
command line options.
30
 
 
31
 
.. program:: drizzled
32
 
 
33
 
.. _pbms_variables:
34
 
 
35
 
Variables
36
 
---------
37
 
 
38
 
These variables show the running configuration of the plugin.
39
 
See `variables` for more information about querying and setting variables.
40
 
 
41
 
.. _pbms_examples:
42
 
 
43
 
Examples
44
 
--------
45
 
 
46
 
Sorry, there are no examples for this plugin.
47
 
 
48
 
.. _pbms_authors:
49
 
 
50
 
Authors
51
 
-------
52
 
 
53
 
Barry Leslie
54
 
 
55
 
.. _pbms_version:
56
 
 
57
 
Version
58
 
-------
59
 
 
60
 
This documentation applies to **pbms 1.0**.
61
 
 
62
 
To see which version of the plugin a Drizzle server is running, execute:
63
 
 
64
 
.. code-block:: mysql
65
 
 
66
 
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='pbms'
67