1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Atomic writes require also atomic_blobs. Add that missing flag to

dictionary setting and from there it will be stored to table space.
This commit is contained in:
Jan Lindström
2013-12-19 18:04:26 +02:00
parent 5e55d1ced5
commit 9ba590930a

View File

@@ -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) {