mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
- Remove compiler warning
- Remove garbage comments
This commit is contained in:
parent
922830830a
commit
0cf912c23f
2 changed files with 6 additions and 34 deletions
|
|
@ -558,17 +558,6 @@ bool Item_subselect::exec()
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
int Item_subselect::optimize(double *out_rows, double *cost)
|
||||
{
|
||||
int res;
|
||||
DBUG_ASSERT(0);
|
||||
res= engine->optimize(out_rows, cost);
|
||||
return res;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
int Item_in_subselect::optimize(double *out_rows, double *cost)
|
||||
{
|
||||
int res;
|
||||
|
|
@ -616,6 +605,8 @@ int Item_in_subselect::optimize(double *out_rows, double *cost)
|
|||
DBUG_RETURN(res);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Check if an expression cache is needed for this subquery
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue