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

Merge 10.6 into 10.7

This commit is contained in:
Marko Mäkelä
2022-10-13 10:05:29 +03:00
183 changed files with 4359 additions and 1077 deletions

View File

@@ -3131,10 +3131,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.
}