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

Merge 10.7 into 10.8

This commit is contained in:
Marko Mäkelä
2022-10-13 10:42:41 +03:00
185 changed files with 4361 additions and 1084 deletions

View File

@@ -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.
}