mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Merge branch '10.0' 10.1
This commit is contained in:
commit
e74f2e2b86
71 changed files with 1114 additions and 180 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue