~patrick-crews/drizzle/qp-merge2

« back to all changes in this revision

Viewing changes to docs/administration/plugins.rst

  • Committer: Patrick Crews
  • Date: 2012-02-20 22:04:21 UTC
  • mfrom: (2483.1.30 drizzle)
  • Revision ID: gleebix@gmail.com-20120220220421-9a77n2wnglo211r0
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * :ref:`collation_dictionary_plugin` - Data Dictionary for schema, table, column, indexes, etc (collation_dictionary)
23
23
 * :ref:`compression_plugin` - UDFs for compression functions (compression)
24
24
 * :ref:`connection_id_plugin` - Return the current connection_id (connection_id)
25
 
 * :ref:`console_plugin` - Console Client (console)
 
25
 * console_plugin - Console Client (console) (TODO: documentation missing)
26
26
 * :ref:`crc32_plugin` - CRC32 Function (crc32)
27
27
 * :ref:`default_replicator_plugin` - Default Replicator (default_replicator)
28
28
 * :ref:`drizzle_protocol_plugin` - Drizzle Protocol (drizzle_protocol)
32
32
 * :ref:`hex_functions_plugin` - Convert a string to HEX() or from UNHEX() (hex_functions)
33
33
 * :ref:`information_schema_dictionary_plugin` - Data Dictionary for ANSI information schema, etc (information_schema_dictionary)
34
34
 * :ref:`innobase_plugin` - Supports transactions, row-level locking, and foreign keys (innobase)
35
 
 * :ref:`ipv6_function_plugin` - IPV6() function (ipv6_function)
 
35
 * ipv6_function_plugin - IPV6() function (ipv6_function) (TODO: documentation missing)
36
36
 * :ref:`js_plugin` - Execute JavaScript code with supplied arguments (js)
37
37
 * :ref:`length_plugin` - Return the byte length of a string (length)
38
38
 * :ref:`logging_stats_plugin` - User Statistics as DATA_DICTIONARY tables (logging_stats)
40
40
 * :ref:`md5_plugin` - UDF for computing md5sum (md5)
41
41
 * :ref:`memory_plugin` - Hash based, stored in memory, useful for temporary tables (memory)
42
42
 * :ref:`multi_thread_plugin` - One Thread Per Session Scheduler (multi_thread)
43
 
 * :ref:`myisam_plugin` - Default engine as of MySQL 3.23 with great performance (myisam)
 
43
 * :ref:`myisam_plugin` - Default engine as of MySQL 3.23, used for temporary tables (myisam)
44
44
 * :ref:`mysql_protocol_plugin` - MySQL Protocol Module (mysql_protocol)
45
45
 * :ref:`mysql_unix_socket_protocol_plugin` - MySQL Unix Socket Protocol (mysql_unix_socket_protocol)
46
46
 * :ref:`protocol_dictionary_plugin` - Provides dictionary for protocol counters. (protocol_dictionary)