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:
@@ -856,6 +856,7 @@ dict_tf_set(
|
|||||||
if (atomic_writes) {
|
if (atomic_writes) {
|
||||||
*flags |= (1 << DICT_TF_POS_ATOMIC_WRITES);
|
*flags |= (1 << DICT_TF_POS_ATOMIC_WRITES);
|
||||||
ut_ad(dict_tf_get_atomic_writes(*flags) == TRUE);
|
ut_ad(dict_tf_get_atomic_writes(*flags) == TRUE);
|
||||||
|
*flags |= (1 << DICT_TF_POS_ATOMIC_BLOBS);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (use_data_dir) {
|
if (use_data_dir) {
|
||||||
|
Reference in New Issue
Block a user