~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/plugins.rst

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:06:56 UTC
  • mfrom: (2425.2.6 docs71)
  • Revision ID: me@mark.atwood.name-20111027050656-ksehy1w5rmksauao
mergeĀ lp:~daniel-nichter/drizzle/7.1-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. program:: drizzled
 
2
 
 
3
Plugins
 
4
=======
 
5
 
 
6
Plugins provide the majority of Drizzle's features: functions, system tables,
 
7
replication, etc.  You should familiarize yourself with the
 
8
:ref:`drizzled_plugin_options` and :doc:`/plugins/list`.
 
9
 
 
10
.. _default_plugins:
 
11
 
 
12
Default Plugins
 
13
---------------
 
14
 
 
15
Drizzle loads these plugins by default (see :option:`--plugin-load`):
 
16
 
 
17
* auth_all (:ref:`auth_all_plugin`)
 
18
* ascii (:ref:`ascii_plugin`)
 
19
* benchmark (:ref:`benchmark_plugin`) 
 
20
* charlength (:ref:`charlength_plugin`) 
 
21
* compression (:ref:`compression_plugin`) 
 
22
* connection_id (:ref:`connection_id_plugin`) 
 
23
* crc32 (:ref:`crc32_plugin`) 
 
24
* default_replicator (:ref:`default_replicator_plugin`) 
 
25
* drizzle_protocol (:ref:`drizzle_protocol_plugin`)
 
26
* errmsg_stderr (:ref:`errmsg_stderr_plugin`) 
 
27
* filtered_replicator (:ref:`filtered_replicator_plugin`) 
 
28
* hex_functions (:ref:`hex_functions_plugin`) 
 
29
* innobase (:ref:`innobase_plugin`)
 
30
* length (:ref:`length_plugin`) 
 
31
* logging_stats (:ref:`logging_stats_plugin`)
 
32
* math_functions (:ref:`math_functions_plugin`)
 
33
* md5 (:ref:`md5_plugin`)
 
34
* memory (:ref:`memory_plugin`)
 
35
* multi_thread (:ref:`multi_thread_plugin`)
 
36
* myisam (:ref:`myisam_plugin`)
 
37
* mysql_protocol (:ref:`mysql_protocol_plugin`)
 
38
* mysql_unix_socket_protocol (:ref:`mysql_unix_socket_protocol_plugin`)
 
39
* rand_function (:ref:`rand_function_plugin`)
 
40
* reverse_function (:ref:`reverse_function_plugin`)
 
41
* sleep (:ref:`sleep_plugin`)
 
42
* show_schema_proto (:ref:`show_schema_proto_plugin`)
 
43
* substr_functions (:ref:`substr_functions_plugin`)
 
44
* syslog (:ref:`syslog_plugin`)
 
45
* transaction_log (:ref:`transaction_log_plugin`)
 
46
* uuid_function (:ref:`uuid_function_plugin`)
 
47
* version (:ref:`version_plugin`)