~hingo/drizzle/drizzle-fix-make-clean-for-docs

« back to all changes in this revision

Viewing changes to plugin/crc32/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:
 
1
CRC32 Function
 
2
==============
 
3
 
 
4
The ``crc32`` plugin provides these :doc:`/functions/overview`:
 
5
 
 
6
* :ref:`crc32-function`
 
7
 
 
8
.. _crc32_loading:
 
9
 
 
10
Loading
 
11
-------
 
12
 
 
13
This plugin is loaded by default.  To stop the plugin from loading by
 
14
default, start :program:`drizzled` with::
 
15
 
 
16
   --plugin-remove=crc32
 
17
 
 
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
19
 
 
20
.. _crc32_authors:
 
21
 
 
22
Authors
 
23
-------
 
24
 
 
25
Stewart Smith
 
26
 
 
27
.. _crc32_version:
 
28
 
 
29
Version
 
30
-------
 
31
 
 
32
This documentation applies to **crc32 1.0**.
 
33
 
 
34
To see which version of the plugin a Drizzle server is running, execute:
 
35
 
 
36
.. code-block:: mysql
 
37
 
 
38
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='crc32'
 
39
 
 
40
Changelog
 
41
---------
 
42
 
 
43
v1.0
 
44
^^^^
 
45
* First release.