summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-03-22 16:10:39 -0800
committerbrian@zim.(none) <>2005-03-22 16:10:39 -0800
commitcfcedd85cd46691cf682b5aa5a93517dc9fb995c (patch)
tree5c6b4d736e4b7ef46a5f108c4b75ea97249d7398 /sql/set_var.cc
parent75d705930d0fa0ebd9a015c0b5f45b10c8c7ec51 (diff)
downloadmariadb-git-cfcedd85cd46691cf682b5aa5a93517dc9fb995c.tar.gz
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.
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index 02b53f701cc..4071beb390d 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -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},