mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 04:35:32 +02:00
Fix formatting error message (invalid table name) in handler tests.
This commit is contained in:
parent
7fc2d46a88
commit
9e97c1eb06
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue