summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorbrian@avenger.(none) <>2004-05-20 18:13:11 -0700
committerbrian@avenger.(none) <>2004-05-20 18:13:11 -0700
commit467cad0bfcccf688f32c8828bd6a1984e66b10d4 (patch)
tree45ea3f6b8edb44c6f6648d781eace4b0acc6d0aa /sql/mysql_priv.h
parent886ef75c9567acc2683567bd8cf2a82a767757bf (diff)
downloadmariadb-git-467cad0bfcccf688f32c8828bd6a1984e66b10d4.tar.gz
First commit of archive example. Archive is a simple storage engine that handles inserts and selects.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index c1b796d19c7..467251c2358 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -908,7 +908,8 @@ extern struct my_option my_long_options[];
/* optional things, have_* variables */
-extern SHOW_COMP_OPTION have_isam, have_innodb, have_berkeley_db, have_example_db;
+extern SHOW_COMP_OPTION have_isam, have_innodb, have_berkeley_db;
+extern SHOW_COMP_OPTION have_example_db, have_archive_db;
extern SHOW_COMP_OPTION have_raid, have_openssl, have_symlink;
extern SHOW_COMP_OPTION have_query_cache, have_berkeley_db, have_innodb;
extern SHOW_COMP_OPTION have_crypt;