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`.
15
Drizzle loads these plugins by default (see :option:`--plugin-load`):
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`)