summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2005-03-24 16:08:48 -0800
committerunknown <brian@zim.(none)>2005-03-24 16:08:48 -0800
commitfe3beec4a439346d4d66bc3a975c920b96321566 (patch)
tree6d8d1b8770aad1266d083d417695c3eeca4752c3 /sql/handler.h
parentcdf8e293d9e71ea00d346a4e29aeafe241ec6fc5 (diff)
parent5434defee5c15b729ae4abe8566dcf694bd33059 (diff)
downloadmariadb-git-fe3beec4a439346d4d66bc3a975c920b96321566.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
into zim.(none):/home/brian/mysql/mysql-4.1 configure.in: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 0426312f404..d78c625005b 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -150,6 +150,7 @@ enum db_type
DB_TYPE_BERKELEY_DB, DB_TYPE_INNODB,
DB_TYPE_GEMINI, DB_TYPE_NDBCLUSTER,
DB_TYPE_EXAMPLE_DB, DB_TYPE_ARCHIVE_DB, DB_TYPE_CSV_DB,
+ DB_TYPE_BLACKHOLE_DB,
DB_TYPE_DEFAULT // Must be last
};