mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed small issue with dictionary.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user