mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02: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:
parent
56d3a0e73b
commit
dce2cc1c6a
2 changed files with 2 additions and 2 deletions
|
|
@ -670,7 +670,7 @@ mysql_ha_fix_cond_and_key(SQL_HANDLER *handler,
|
|||
(HA_READ_NEXT | HA_READ_PREV | HA_READ_RANGE)) == 0))
|
||||
{
|
||||
my_error(ER_KEY_DOESNT_SUPPORT, MYF(0),
|
||||
table->file->index_type(handler->keyno), keyinfo->name);
|
||||
table->file->index_type(handler->keyno), keyinfo->name.str);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue