Skip to content

Commit dfc2950

Browse files
author
Jan Lindström
committed
Fixed small issue with dictionary.
1 parent d17ecff commit dfc2950

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

storage/innobase/include/dict0dict.ic

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,6 @@ dict_tf_to_sys_tables_type(
10201020
| DICT_TF_MASK_PAGE_COMPRESSION_LEVEL
10211021
| DICT_TF_MASK_ATOMIC_WRITES);
10221022

1023-
ut_a(dict_sys_tables_type_validate(type, 0));
1024-
10251023
return(type);
10261024
}
10271025

storage/xtradb/include/dict0dict.ic

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,6 @@ dict_tf_to_sys_tables_type(
10241024
| DICT_TF_MASK_PAGE_COMPRESSION_LEVEL
10251025
| DICT_TF_MASK_ATOMIC_WRITES);
10261026

1027-
ut_a(dict_sys_tables_type_validate(type, 0));
1028-
10291027
return(type);
10301028
}
10311029

0 commit comments

Comments
 (0)