Plugins in 10.5 ES
Plugins provide optional features in MariaDB Enterprise Server.
Plugin |
Library |
Description |
---|---|---|
Built-in plugin for Aria, a crash safe storage engine with MyISAM heritage. Used for internal temporary tables and privilege tables. |
||
Built-in plugin for the Binary Log, used in single-primary replication and in point-in-time recoveries. |
||
ha_blackhole.so |
Plugin for Blackhole, a non-writing storage engine. Requires additional configuration to install and use. |
|
Built-in Information Schema table plugin, providing statistical data on client connections. |
||
ha_columnstore.so |
ColumnStore storage engine |
|
ha_columnstore.so |
An information schema plugin to list ColumnStore columns |
|
ha_columnstore.so |
An information schema plugin to list ColumnStore extents |
|
ha_columnstore.so |
An information schema plugin to list ColumnStore files |
|
ha_columnstore.so |
An information schema plugin to list ColumnStore tables |
|
cracklib_password_check.so |
Password validation plugin, uses CrackLib to validate passwords as strong. Requires additional configuration to install and use. |
|
Plugin for CSV, a storage engine for operating on CSV (comma-separated variables) files. Built-in plugin. |
||
disks.so |
Information Schema table plugin, providing metadata on system disks. Ships with MariaDB Enterprise Server, and is activated by default. |
|
auth_ed25519.so |
Authentication plugin, validates against a password hash encrypted using EDCDSA. Ships with MariaDB Enterprise Server installations and is enabled by default. |
|
Plugin to collect configuration usage information and to optionally upload it to the MariaDB Foundation or another configured URL. Ships with MariaDB Enterprise Server, but is disabled by default. |
||
file_key_management.so |
Encryption key management plugin, stores keys in files on the local file system. Ships with MariaDB Enterprise Server installations. |
|
Lists all geometry columns |
||
auth_gssapi.so |
Authentication plugin, validates user credentials against a GSSAPI-based authentication service, like Kerberos or NTLM. Requires additional configuration to install and use. |
|
hashicorp_key_management.so |
HashiCorp Vault key management plugin |
|
Built-in Information Schema table plugin, providing statistical data on index usage. |
||
Data type INET6 |
||
Function INET6_ATON() |
||
Function INET6_NTOA() |
||
Function INET_ATON() |
||
Function INET_NTOA() |
||
Built-in plugin for InnoDB, an ACID-compliant transactional storage engine for general workloads. |
||
Built-in Information Schema table plugin for InnoDB, providing data on the Buffer Pool pages. |
||
Built-in Information Schema table plugin for InnoDB, providing data on the Buffer Pool pages in LRU. |
||
Built-in Information Schema table plugin for InnoDB, providing statistical data on Buffer Pool usage. |
||
Built-in Information Schema table plugin for InnoDB, providing statistical data on compression. |
||
Built-in Information Schema table plugin, providing statistical data on InnoDB compression per index. |
||
Built-in Information Schema table plugin, providing statistical data for compression per index while resetting cumulated counts. |
||
Built-in Information Schema table plugin for InnoDB, providing statistical data for compression while resetting cumulated counts. |
||
Built-in Information Schema table plugin for InnoDB, providing statistical data for the compressed Buffer Pool |
||
Built-in Information Schema table plugin for InnoDB, providing statistical data for the compressed Buffer Pool while resetting cumulative counts. |
||
Built-in Information Schema table plugin for InnoDB, providing auxiliary data on entries being deleted from FullText indexes. |
||
Built-in Information Schema table plugin for InnoDB, providing data on metadata for FullText indexes. |
||
Built-in Information Schema table plugin for InnoDB, providing a list of the default stopwords to use in FullText index searches. |
||
Built-in Information Schema table plugin for InnoDB, providing data on rows removed from FullText indexes to filter results. |
||
Built-in Information Schema table plugin for InnoDB, providing data on rows recently added to FullText indexes |
||
Built-in Information Schema table plugin for InnoDB, providing data on FullText indexes. |
||
Built-in Information Schema table plugin for InnoDB, providing information on locks blocking transactions. |
||
Built-in Information Schema table plugin for InnoDB, providing data on conflicting locks. |
||
Built-in Information Schema table plugin for InnoDB, providing data on performance metrics. |
||
Built-in Information Schema table plugin for InnoDB, providing data on mutex and rw lock waits. |
||
Built-in Information Schema table plugin for InnoDB, providing information on system columns. |
||
Built-in Information Schema table plugin for InnoDB, providing data on system data files. |
||
Built-in Information Schema table plugin for InnoDB, providing data on fields used in indexes. |
||
Built-in Information Schema table plugin for InnoDB, providing data on Foreign Keys. |
||
Built-in Information Schema table plugin for InnoDB, providing data on columns used in Foreign Keys. |
||
Built-in Information Schema table plugin for InnoDB, providing data on indexes. |
||
Built-in Information Schema table plugin for InnoDB, providing data on current semaphore waits. |
||
Built-in Information Schema table plugin for InnoDB, providing data on InnoDB tables. |
||
Built-in Information Schema table plugin for InnoDB, providing data on InnoDB tablespaces. |
||
Built-in Information Schema table plugin for InnoDB, providing statistical data on table status. |
||
Built-in Information Schema table plugin for InnoDB, providing data on temporary tables. |
||
Built-in Information Schema table plugin for InnoDB, providing data on encrypted tablespaces. |
||
Built-in Information Schema table plugin for InnoDB, providing information on transactions. |
||
Function IS_IPV4() |
||
Function IS_IPV4_COMPAT() |
||
Function IS_IPV4_MAPPED() |
||
Function IS_IPV6() |
||
locales.so |
Built-in Information Schema table plugin, providing data on locales supported by the server. |
|
Built-in plugin for Memory, an in-memory storage engine. Used internally for temporary tables and some SQL processing. |
||
metadata_lock_info.so |
Built-in Information Schema table plugin, providing data on active metadata locks. |
|
Built-in plugin for Merge, a storage engine used in combining MyISAM tables. |
||
Built-in plugin for the MyISAM, a legacy non-transactional storage engine used for system tables in older releases. |
||
Built-in authentication plugin, validates a password hash encrypted using SHA-1. |
||
Built-in authentication plugin, validates against an encrypted password hash. |
||
auth_pam.so |
Authentication plugin, validates user credentials against a PAM-based authentication service, such as LDAP or Active Directory. Requires the installing of additional packages to use. |
|
auth_pam_v1.so |
Authentication plugin, validates user credentials against a PAM-based authentication service, such as LDAP or Active Directory. Requires the installing of additional packages to use. Legacy version 1.0 library for use with MariaDB Enterprise Server 10.4. Use |
|
Built-in plugin for partitioning data across multiple tablespaces. |
||
Built-in plugin for the Performance Schema, a database used to collect information on Server performance and health. |
||
query_response_time.so |
Information Schema table plugin, providing data on how long it takes queries to execute. Ships with MariaDB Enterprise Server, but requires additional configuration to enable. |
|
query_response_time.so |
Auditing plugin for auditing query response times, provides similar functionality to Slow Query Log. Ships with MariaDB Enterprise Server, but requires additional configuration to enable. |
|
ha_rocksdb.so |
Plugin for MyRocks, a write and dist optimized storage engine. Requires the installation of additional packages to use. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing data on RocksDB column family options. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing statistical data on RocksDB column families. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing statistical data on RocksDB compaction. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing statistical data on RocksDB database usage. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing the data dictionary for RocksDB. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing transactional information for RocksDB. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing global information for RocksDB. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing a map to index files for RocksDB. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing locking information on RocksDB tables. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing performance context statistics for RocksDB. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing all performance context statistics for RocksDB. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing data on SST properties. Requires additional configuration to install and use. |
|
ha_rocksdb.so |
Information Schema table plugin for MyRocks, providing data on transactions. Requires additional configuration to install and use. |
|
ha_s3.so |
Plugin for S3, a storage engine that reads from and writes to Amazon S3. Ships with MariaDB Enterprise Server, but is disabled by default. |
|
Built-in plugin used to generate virtual tables filled with sequential values. |
||
server_audit.so |
Auditing plugin for the community release of MariaDB Audit. |
|
server_audit2.so |
Auditing plugin for MariaDB Enterprise Audit, ships with MariaDB Enterprise Server installations, requires configuration to use. |
|
simple_password_check.so |
Built-in password validation plugin, used to ensure that user passwords meet minimum policy specifications. |
|
Lists all geometry columns |
||
ha_spider.so |
Plugin for Spider, a storage engine used in sharding table data across multiple Servers. Requires installing additional packages to use. Requires additional configuration to install and use. |
|
ha_spider.so |
Information Schema table plugin for Spider, providing data on memory allocation. Installed with the Spider storage engine. |
|
ha_spider.so |
Available wrapper protocols of Spider |
|
sql_errlog.so |
Auditing plugin for collecting error messages generated by SQL statements. Ships with MariaDB Enterprise Server, but requires additional configuration to use. |
|
Built-in plugin for Sequence, a storage engine used to create numeric sequences in virtual tables. |
||
Built-in Information Schema plugin, providing statistical data on table usage. |
||
Provides information about threadpool groups. |
||
Provides information about threadpool queues. |
||
Provides performance counter information for threadpool. |
||
Provides wait counters for threadpool. |
||
Built-in authentication plugin, validates user against the Unix socket of the operating system user. |
||
Built-in Information Schema plugin, providing data on user activity. |
||
Built-in Information Schema plugin, providing data on user-defined variables. |
||
Built in Galera Replication plugin, used in multi-primary replication for MariaDB Enterprise Cluster. |
||
ha_xpand.so |
Xpand storage engine |