We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc2950 commit 9c61466Copy full SHA for 9c61466
storage/innobase/include/dict0dict.ic
@@ -888,7 +888,7 @@ dict_tf_set(
888
}
889
890
*flags |= (atomic_writes << DICT_TF_POS_ATOMIC_WRITES);
891
- ut_ad(dict_tf_get_atomic_writes(*flags) == awrites);
+ ut_a(dict_tf_get_atomic_writes(*flags) == awrites);
892
893
if (use_data_dir) {
894
*flags |= (1 << DICT_TF_POS_DATA_DIR);
storage/xtradb/include/dict0dict.ic
@@ -896,7 +896,7 @@ dict_tf_set(
896
897
898
899
900
901
902
/********************************************************************//**
0 commit comments