1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix LEX_CSTRING passed as argument of printf-like functions

This commit is contained in:
Nikita Malyavin
2018-09-25 17:58:39 +10:00
parent fb5ee3ff96
commit a626abb669
3 changed files with 3 additions and 3 deletions

View File

@ -683,7 +683,7 @@ mysql_ha_fix_cond_and_key(SQL_HANDLER *handler,
HA_ONLY_WHOLE_INDEX))
{
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;
}