1
0
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:
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_ATOMIC_WRITES);
ut_a(dict_sys_tables_type_validate(type, 0));
return(type);
}

View File

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