mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
workaround for partitioning bug MDEV-4466 (fixed in 10.0)
This commit is contained in:
@ -357,7 +357,8 @@ enum legacy_db_type
|
|||||||
/** Performance schema engine. */
|
/** Performance schema engine. */
|
||||||
DB_TYPE_PERFORMANCE_SCHEMA,
|
DB_TYPE_PERFORMANCE_SCHEMA,
|
||||||
DB_TYPE_ARIA=42,
|
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
|
DB_TYPE_DEFAULT=127 // Must be last
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user