after merge fix

This commit is contained in:
unknown 2007-10-11 16:41:05 +05:00
parent 937504e7a0
commit 048cb42dbf

View File

@ -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();