after merge fix

parent 16a0ecdb
......@@ -9958,7 +9958,7 @@ literal:
$$= new Item_string(NULL, /* name will be set in select_item */
str ? str->ptr() : "",
str ? str->length() : 0,
Lex->underscore_charset);
$1);
if ($$ && !$$->check_well_formed_result(&$$->str_value))
{
$$= new Item_null();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment