1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix handler test failures on s390x

keyinfo->name is a LEX_CSTRING

also, fix the location comment (that applied to ext_key_part_map)
This commit is contained in:
Sergei Golubchik
2018-12-12 11:35:21 +01:00
parent 56d3a0e73b
commit dce2cc1c6a
2 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ typedef struct st_key {
pk2 is explicitly present in idx1, it is not in the extension, so
ext_key_part_map.is_set(1) == false
*/
LEX_CSTRING name;
key_part_map ext_key_part_map;
LEX_CSTRING name;
uint block_size;
enum ha_key_alg algorithm;
/*