BLACKHOLE
The BLACKHOLE storage engine discards all data written to it but records operations in the binary log, useful for replication filtering and testing.
Installing the Plugin
INSTALL SONAME 'ha_blackhole';[mariadb]
...
plugin_load_add = ha_blackholeUninstalling the Plugin
UNINSTALL SONAME 'ha_blackhole';Using the BLACKHOLE Storage Engine
Using with DML
Using with Replication
Using with Triggers
Using with Foreign Keys
Using with Virtual Columns
Using with AUTO_INCREMENT
Limits
Examples
Last updated
Was this helpful?

