mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +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:
@@ -703,6 +703,7 @@ struct show_var_st init_vars[]= {
|
||||
{sys_group_concat_max_len.name, (char*) &sys_group_concat_max_len, SHOW_SYS},
|
||||
{"have_archive", (char*) &have_archive_db, SHOW_HAVE},
|
||||
{"have_bdb", (char*) &have_berkeley_db, SHOW_HAVE},
|
||||
{"have_blackhole_engine", (char*) &have_blackhole_db, SHOW_HAVE},
|
||||
{"have_compress", (char*) &have_compress, SHOW_HAVE},
|
||||
{"have_crypt", (char*) &have_crypt, SHOW_HAVE},
|
||||
{"have_csv", (char*) &have_csv_db, SHOW_HAVE},
|
||||
|
Reference in New Issue
Block a user