Fix formatting error message (invalid table name) in handler tests.
This commit is contained in:
parent
7fc2d46a88
commit
9e97c1eb06
@ -550,7 +550,7 @@ mysql_ha_fix_cond_and_key(SQL_HANDLER *handler,
|
||||
if ((handler->keyno= find_type(keyname, &table->s->keynames, 1+2)-1)<0)
|
||||
{
|
||||
my_error(ER_KEY_DOES_NOT_EXITS, MYF(0), keyname,
|
||||
handler->handler_name);
|
||||
handler->handler_name.str);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user