workaround for partitioning bug MDEV-4466 (fixed in 10.0)

This commit is contained in:
Sergei Golubchik 2013-09-09 13:34:17 +02:00
parent c8a5da9676
commit 5bc410e022

View File

@ -357,7 +357,8 @@ enum legacy_db_type
/** Performance schema engine. */
DB_TYPE_PERFORMANCE_SCHEMA,
DB_TYPE_ARIA=42,
DB_TYPE_FIRST_DYNAMIC=43,
DB_TYPE_TOKUDB=43,
DB_TYPE_FIRST_DYNAMIC=44,
DB_TYPE_DEFAULT=127 // Must be last
};
/*