Commit 117ae7cb authored by unknown's avatar unknown

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


sql/handler.h:
  Adding Falcon
parent 0c7b78bb
...@@ -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