fix the error message
This commit is contained in:
parent
6f01debfe6
commit
7e34ce5a5e
@ -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