Commit 2f08aceb authored by marko's avatar marko

branches/zip: page_zip_fields_decode(): Set index->type to DICT_CLUSTERED

if and only if the records on the page contain a trx_id column.
(Dummy indexes of non-leaf pages will always show up as non-clustered.)
parent 2998a012
......@@ -1148,6 +1148,8 @@ page_zip_fields_decode(
if (!val) {
val = ULINT_UNDEFINED;
} else {
index->type = DICT_CLUSTERED;
}
*trx_id_col = val;
......
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