Commit f38d7894 authored by unknown's avatar unknown

after merge fix

parent 1f32eb5f
...@@ -1196,7 +1196,10 @@ bool select_dumpvar::send_data(List<Item> &items) ...@@ -1196,7 +1196,10 @@ bool select_dumpvar::send_data(List<Item> &items)
DBUG_RETURN(1); DBUG_RETURN(1);
} }
while ((xx=li++)) while ((xx=li++))
{
xx->check();
xx->update(); xx->update();
}
DBUG_RETURN(0); DBUG_RETURN(0);
} }
......
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