summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2006-09-07 12:12:52 -0700
committerunknown <brian@zim.(none)>2006-09-07 12:12:52 -0700
commit7795b59afc1013215c899321575ddf8c9f3ab247 (patch)
tree725c844a4b3ce19efeca614db7d09387eca15ec8 /sql/handler.h
parentd17ac1331e699f0da88bd73208914310903c4c52 (diff)
downloadmariadb-git-7795b59afc1013215c899321575ddf8c9f3ab247.tar.gz
Adding in a few more engines to the now defunct (but still used) handler enum's since its the only way to enable for partitioning.
sql/handler.h: Extended to add in more DB types for partioning.
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index b331c47a370..a132ec46b4c 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -255,7 +255,11 @@ enum legacy_db_type
DB_TYPE_BLACKHOLE_DB,
DB_TYPE_PARTITION_DB,
DB_TYPE_BINLOG,
- DB_TYPE_FIRST_DYNAMIC=32,
+ DB_TYPE_SOLID,
+ DB_TYPE_PBXT,
+ DB_TYPE_TABLE_FUNCTION,
+ DB_TYPE_MEMCACHE,
+ DB_TYPE_FIRST_DYNAMIC=42,
DB_TYPE_DEFAULT=127 // Must be last
};