Commit 08f96d21 authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks: add DB_TYPE_ROCKSDB into legacy_db_type enum

parent 2770e800
......@@ -441,7 +441,8 @@ enum legacy_db_type
DB_TYPE_PERFORMANCE_SCHEMA=28,
DB_TYPE_ARIA=42,
DB_TYPE_TOKUDB=43,
DB_TYPE_FIRST_DYNAMIC=44,
DB_TYPE_ROCKSDB=44,
DB_TYPE_FIRST_DYNAMIC=45,
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