Navigation Menu

Skip to content

Commit

Permalink
MYR-12 : make myrocks use static plugin id to prevent upgrade issues
Browse files Browse the repository at this point in the history
- Added static plugin id
  • Loading branch information
George O. Lorch III committed Oct 22, 2016
1 parent 3c7847c commit 805173f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/handler.h
Expand Up @@ -395,7 +395,8 @@ enum legacy_db_type
/** Performance schema engine. */
DB_TYPE_PERFORMANCE_SCHEMA,
DB_TYPE_TOKUDB=41,
DB_TYPE_FIRST_DYNAMIC=42,
DB_TYPE_ROCKSDB=42,
DB_TYPE_FIRST_DYNAMIC=43,
DB_TYPE_DEFAULT=127 // Must be last
};

Expand Down

0 comments on commit 805173f

Please sign in to comment.