summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorbrian@brian-akers-computer.local <>2004-06-05 10:43:22 -0700
committerbrian@brian-akers-computer.local <>2004-06-05 10:43:22 -0700
commite24e1350a38bd8fc5de34c739d5ab781056e9515 (patch)
tree4b15ba557e8f5854406099ae872ab75e795d8e68 /sql/handler.h
parent21783e85374125554c066e4636e6593bc4cf239f (diff)
parentfee4ed7f1cf5393f3e44fb357ad02ddca6330290 (diff)
downloadmariadb-git-e24e1350a38bd8fc5de34c739d5ab781056e9515.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 04a437725ab..e7dcb97f0e8 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -158,7 +158,7 @@ enum db_type
DB_TYPE_MRG_ISAM, DB_TYPE_MYISAM, DB_TYPE_MRG_MYISAM,
DB_TYPE_BERKELEY_DB, DB_TYPE_INNODB,
DB_TYPE_GEMINI, DB_TYPE_NDBCLUSTER,
- DB_TYPE_EXAMPLE_DB,
+ DB_TYPE_EXAMPLE_DB, DB_TYPE_ARCHIVE_DB,
DB_TYPE_DEFAULT // Must be last
};