#15 set the tokudb plugin type to DB_TYPE_TOKUDB

This commit is contained in:
Rich Prohaska 2013-12-02 12:46:28 -05:00
parent 4c988a01bc
commit affe5ac600

View file

@ -153,7 +153,7 @@ PATENT RIGHTS GRANT:
#elif defined(MARIADB_BASE_VERSION) && 50534 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50599
// mariadb 5.5.X where X >= 34
#define TOKU_USE_DB_TYPE_UNKNOWN 1
#define TOKU_USE_DB_TYPE_TOKUDB 1
#define TOKU_INCLUDE_ALTER_56 1
#define TOKU_INCLUDE_ALTER_55 1
#define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 1