diff options
author | brian@zim.(none) <> | 2005-03-22 16:10:39 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-03-22 16:10:39 -0800 |
commit | cfcedd85cd46691cf682b5aa5a93517dc9fb995c (patch) | |
tree | 5c6b4d736e4b7ef46a5f108c4b75ea97249d7398 /configure.in | |
parent | 75d705930d0fa0ebd9a015c0b5f45b10c8c7ec51 (diff) | |
download | mariadb-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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d6acef071a6..d03c2ba1b0b 100644 --- a/configure.in +++ b/configure.in @@ -2835,6 +2835,7 @@ MYSQL_CHECK_INNODB MYSQL_CHECK_EXAMPLEDB MYSQL_CHECK_ARCHIVEDB MYSQL_CHECK_CSVDB +MYSQL_CHECK_BLACKHOLEDB MYSQL_CHECK_NDBCLUSTER # If we have threads generate some library functions and test programs |