Commit 627005d8 authored by unknown's avatar unknown

merge 5.1->5.2

parents 48445f35 cd29dc98
...@@ -2980,7 +2980,7 @@ public: ...@@ -2980,7 +2980,7 @@ public:
bool walk(Item_processor processor, bool walk_subquery, uchar *args) bool walk(Item_processor processor, bool walk_subquery, uchar *args)
{ {
return arg->walk(processor, walk_subquery, args) || return (arg && arg->walk(processor, walk_subquery, args)) ||
(this->*processor)(args); (this->*processor)(args);
} }
......
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