Restore a bit of code accidently deleted during merge
This commit is contained in:
parent
8b0daa8445
commit
1c387c8f71
@ -2329,6 +2329,8 @@ longlong Item_func_field::val_int()
|
||||
if (cmp_type == STRING_RESULT)
|
||||
{
|
||||
String *field;
|
||||
if (!(field= args[0]->val_str(&value)))
|
||||
return 0;
|
||||
for (uint i=1 ; i < arg_count ; i++)
|
||||
{
|
||||
String *tmp_value=args[i]->val_str(&tmp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user