fix the error message
This commit is contained in:
parent
4e9ec4c2ea
commit
07ef7b6583
@ -105,7 +105,7 @@ protected:
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user