Commit 9a88c105 authored by Rich Prohaska's avatar Rich Prohaska

DB-745 merge clustering key is covering key for mariadb 10

parent 4b034b24
......@@ -5843,7 +5843,7 @@ int ha_tokudb::info(uint flag) {
int error = 0;
#if TOKU_CLUSTERING_IS_COVERING
for (uint i=0; i < table->s->keys; i++)
if (table->key_info[i].option_struct->clustering)
if (key_is_clustering(&table->key_info[i]))
table->covering_keys.set_bit(i);
#endif
DB_TXN* txn = NULL;
......
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