mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Changed KEY names to use LEX_CSTRING
This commit is contained in:
committed by
Sergei Golubchik
parent
874e4e473a
commit
cc77f9882d
@ -571,7 +571,7 @@ mysql_ha_fix_cond_and_key(SQL_HANDLER *handler,
|
||||
if (handler->keyno < 0 ||
|
||||
my_strcasecmp(&my_charset_latin1,
|
||||
keyname,
|
||||
table->s->key_info[handler->keyno].name))
|
||||
table->s->key_info[handler->keyno].name.str))
|
||||
{
|
||||
if ((handler->keyno= find_type(keyname, &table->s->keynames,
|
||||
FIND_TYPE_NO_PREFIX) - 1) < 0)
|
||||
|
Reference in New Issue
Block a user