Commit 5bc410e0 authored by Sergei Golubchik's avatar Sergei Golubchik

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

parent c8a5da96
......@@ -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
};
/*
......
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