summaryrefslogtreecommitdiff
path: root/storage/rocksdb/rdb_datadic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/rocksdb/rdb_datadic.cc')
-rw-r--r--storage/rocksdb/rdb_datadic.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/rocksdb/rdb_datadic.cc b/storage/rocksdb/rdb_datadic.cc
index 929a70635ee..9afc2100069 100644
--- a/storage/rocksdb/rdb_datadic.cc
+++ b/storage/rocksdb/rdb_datadic.cc
@@ -3140,10 +3140,10 @@ static const Rdb_collation_codec *rdb_init_collation_mapping(
}
}
- cur->m_make_unpack_info_func = {Rdb_key_def::make_unpack_simple_varchar,
- Rdb_key_def::make_unpack_simple};
- cur->m_unpack_func = {Rdb_key_def::unpack_simple_varchar_space_pad,
- Rdb_key_def::unpack_simple};
+ cur->m_make_unpack_info_func = {{Rdb_key_def::make_unpack_simple_varchar,
+ Rdb_key_def::make_unpack_simple}};
+ cur->m_unpack_func = {{Rdb_key_def::unpack_simple_varchar_space_pad,
+ Rdb_key_def::unpack_simple}};
} else {
// Out of luck for now.
}