Commit 9ba59093 authored by Jan Lindström's avatar Jan Lindström

Atomic writes require also atomic_blobs. Add that missing flag to

dictionary setting and from there it will be stored to table space.
parent 5e55d1ce
......@@ -856,6 +856,7 @@ dict_tf_set(
if (atomic_writes) {
*flags |= (1 << DICT_TF_POS_ATOMIC_WRITES);
ut_ad(dict_tf_get_atomic_writes(*flags) == TRUE);
*flags |= (1 << DICT_TF_POS_ATOMIC_BLOBS);
}
if (use_data_dir) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment