fix the error message

This commit is contained in:
Sergei Golubchik 2025-06-10 09:19:50 +02:00
parent 4e9ec4c2ea
commit 07ef7b6583

View File

@ -105,7 +105,7 @@ protected:
*/ */
if (unlikely(!item->is_explicit_name())) if (unlikely(!item->is_explicit_name()))
{ {
my_error(ER_NEED_NAMED_ASSOCIATION, MYF(0), def.get_name()); my_error(ER_NEED_NAMED_ASSOCIATION, MYF(0), def.get_name().str);
return true; return true;
} }