Commit f6c455e2 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix dict_index_t::remove_instant()

parent 7d725646
......@@ -1215,6 +1215,7 @@ struct dict_index_t {
}
n_core_fields = n_fields;
n_core_null_bytes = UT_BITS_IN_BYTES(unsigned(n_nullable));
instant = false;
}
/** Check if record in clustered index is historical row.
......
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