mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixed small issue with dictionary.
This commit is contained in:
parent
d17ecff410
commit
dfc2950356
2 changed files with 0 additions and 4 deletions
|
@ -1020,8 +1020,6 @@ dict_tf_to_sys_tables_type(
|
|||
| DICT_TF_MASK_PAGE_COMPRESSION_LEVEL
|
||||
| DICT_TF_MASK_ATOMIC_WRITES);
|
||||
|
||||
ut_a(dict_sys_tables_type_validate(type, 0));
|
||||
|
||||
return(type);
|
||||
}
|
||||
|
||||
|
|
|
@ -1024,8 +1024,6 @@ dict_tf_to_sys_tables_type(
|
|||
| DICT_TF_MASK_PAGE_COMPRESSION_LEVEL
|
||||
| DICT_TF_MASK_ATOMIC_WRITES);
|
||||
|
||||
ut_a(dict_sys_tables_type_validate(type, 0));
|
||||
|
||||
return(type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue