Commit 9bfa19a5 authored by marko's avatar marko

dict_table_copy_types(): Remove a bogus debug assertion.

DICT_UNIVERSAL can be set for index->type, not for table->type.
parent d8b5a3af
......@@ -1724,8 +1724,6 @@ dict_table_copy_types(
dtype_t* type;
ulint i;
ut_ad(!(table->type & DICT_UNIVERSAL));
for (i = 0; i < dtuple_get_n_fields(tuple); i++) {
dfield_type = dfield_get_type(dtuple_get_nth_field(tuple, i));
......
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