Fixed small issue with dictionary.

This commit is contained in:
Jan Lindström 2014-02-13 12:23:55 +02:00
parent d17ecff410
commit dfc2950356
2 changed files with 0 additions and 4 deletions

View file

@ -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);
} }

View file

@ -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);
} }