1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after merge fix

This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-10-11 16:41:05 +05:00
parent 16a0ecdb2b
commit da023efb5d

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