Commit 0668eee2 authored by brian@zim.(none)'s avatar brian@zim.(none)

Add support for Falcon, so that partitioning can be tested.

parent 7cc71499
...@@ -259,6 +259,7 @@ enum legacy_db_type ...@@ -259,6 +259,7 @@ enum legacy_db_type
DB_TYPE_PBXT, DB_TYPE_PBXT,
DB_TYPE_TABLE_FUNCTION, DB_TYPE_TABLE_FUNCTION,
DB_TYPE_MEMCACHE, DB_TYPE_MEMCACHE,
DB_TYPE_FALCON,
DB_TYPE_FIRST_DYNAMIC=42, DB_TYPE_FIRST_DYNAMIC=42,
DB_TYPE_DEFAULT=127 // Must be last DB_TYPE_DEFAULT=127 // Must be last
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment