mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fix formatting error message (invalid table name) in handler tests.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user