Commit 4bbc7e21 authored by Rich Prohaska's avatar Rich Prohaska

#192 support HTON_SUPPORTS_CLUSTERED_KEYS

parent c2ee66f7
......@@ -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;
......
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