MariaDB Plugins Infrastructure
MariaDB supports the use of plugins, software components that may be added to the core software without having to rebuild the MariaDB server from source code. Plugins can be loaded at startup, or loaded and unloaded while the server is running, without interruption. Plugins are commonly used for adding desired storage engines, additional security requirements, logging special information about the server, or even small enhancements, such as a plugin to get a timestamp as an integer.
Plugin Related Documentation
- Existing Plugins
- Reference
- Development
- Blogs
- Add a new data type: Part 0, Part 1, Part 2, Part 3, Part 4, Part 5
- MariaDB Server Plugins: disabled functions
- Teaching MariaDB About Your Domain
- MariaDB GTID Info & Flashback Plugin
- MariaDB Server Plugins: disabled functions
- MariaDB Plugins Beyond C++: What the Community Told Us
- Lowering the Barrier for MariaDB Plugin Development: Plugins in More Languages