mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
#15 set the tokudb plugin type to DB_TYPE_TOKUDB
This commit is contained in:
parent
4c988a01bc
commit
affe5ac600
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue