mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
This commit is contained in:
4
mysql-test/include/have_blackhole.inc
Normal file
4
mysql-test/include/have_blackhole.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
-- require r/have_blackhole.require
|
||||
disable_query_log;
|
||||
show variables like "have_blackhole_engine";
|
||||
enable_query_log;
|
Reference in New Issue
Block a user