Merge branch '10.0' 10.1

This commit is contained in:
Sergei Golubchik 2017-04-28 20:19:32 +02:00
commit e74f2e2b86
71 changed files with 1114 additions and 180 deletions

View file

@ -704,6 +704,13 @@ public:
in_strategy= (SUBS_STRATEGY_CHOSEN | strategy);
DBUG_VOID_RETURN;
}
bool walk(Item_processor processor, bool walk_subquery, uchar *arg)
{
return left_expr->walk(processor, walk_subquery, arg) ||
Item_subselect::walk(processor, walk_subquery, arg);
}
bool exists2in_processor(uchar *opt_arg __attribute__((unused)))
{
return 0;