1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-12 12:25:37 +03:00

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

This commit is contained in:
brian@zim.(none)
2006-09-07 12:35:52 -07:00
parent 7cc71499db
commit 0668eee261

View File

@@ -259,6 +259,7 @@ enum legacy_db_type
DB_TYPE_PBXT,
DB_TYPE_TABLE_FUNCTION,
DB_TYPE_MEMCACHE,
DB_TYPE_FALCON,
DB_TYPE_FIRST_DYNAMIC=42,
DB_TYPE_DEFAULT=127 // Must be last
};