Commit dfc29503 authored by Jan Lindström's avatar Jan Lindström

Fixed small issue with dictionary.

parent d17ecff4
...@@ -1020,8 +1020,6 @@ dict_tf_to_sys_tables_type( ...@@ -1020,8 +1020,6 @@ dict_tf_to_sys_tables_type(
| DICT_TF_MASK_PAGE_COMPRESSION_LEVEL | DICT_TF_MASK_PAGE_COMPRESSION_LEVEL
| DICT_TF_MASK_ATOMIC_WRITES); | DICT_TF_MASK_ATOMIC_WRITES);
ut_a(dict_sys_tables_type_validate(type, 0));
return(type); return(type);
} }
......
...@@ -1024,8 +1024,6 @@ dict_tf_to_sys_tables_type( ...@@ -1024,8 +1024,6 @@ dict_tf_to_sys_tables_type(
| DICT_TF_MASK_PAGE_COMPRESSION_LEVEL | DICT_TF_MASK_PAGE_COMPRESSION_LEVEL
| DICT_TF_MASK_ATOMIC_WRITES); | DICT_TF_MASK_ATOMIC_WRITES);
ut_a(dict_sys_tables_type_validate(type, 0));
return(type); return(type);
} }
......
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