mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
#192 support HTON_SUPPORTS_CLUSTERED_KEYS
This commit is contained in:
parent
7c506b017b
commit
4e6d8249db
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ static int tokudb_init_func(void *p) {
|
|||
tokudb_hton->flags |= HTON_EXTENDED_KEYS;
|
||||
#endif
|
||||
#endif
|
||||
#if defined(HTON_SUPPORTS_CLUSTERED_KEYS)
|
||||
tokudb_hton->flags |= HTON_SUPPORTS_CLUSTERED_KEYS;
|
||||
#endif
|
||||
|
||||
#if defined(TOKU_USE_DB_TYPE_TOKUDB) && TOKU_USE_DB_TYPE_TOKUDB
|
||||
tokudb_hton->db_type = DB_TYPE_TOKUDB;
|
||||
|
|
Loading…
Reference in a new issue