~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

mergeĀ lp:~hingo/drizzle/drizzle-auth_ldap-fix-and-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _compression_plugin:
 
2
 
 
3
Compression Functions
 
4
=====================
 
5
 
 
6
The ``compression`` plugin provides these :doc:`/functions/overview`:
 
7
 
 
8
* :ref:`compress-function`
 
9
 
 
10
* :ref:`uncompress-function`
 
11
 
 
12
* :ref:`uncompressed-length-function`
 
13
 
 
14
.. _compression_loading:
 
15
 
 
16
Loading
 
17
-------
 
18
 
 
19
This plugin is loaded by default.  To stop the plugin from loading by
 
20
default, start :program:`drizzled` with::
 
21
 
 
22
   --plugin-remove=compression
 
23
 
 
24
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
 
25
 
 
26
.. _compression_authors:
 
27
 
 
28
Authors
 
29
-------
 
30
 
 
31
Stewart Smith
 
32
 
 
33
.. _compression_version:
 
34
 
 
35
Version
 
36
-------
 
37
 
 
38
This documentation applies to **compression 1.1**.
 
39
 
 
40
To see which version of the plugin a Drizzle server is running, execute:
 
41
 
 
42
.. code-block:: mysql
 
43
 
 
44
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='compression'
 
45
 
 
46
Changelog
 
47
---------
 
48
 
 
49
v1.1
 
50
^^^^
 
51
* First release.