1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7486: Cosmetic changes

- Removed dead code
- Renamed a function
- Removed a parameter that not needed.
- Corrected comments
This commit is contained in:
Igor Babaev
2019-02-18 22:11:25 -08:00
parent 9741930490
commit 4de3fd4ea2
2 changed files with 36 additions and 71 deletions

View File

@ -1504,8 +1504,7 @@ public:
{ return !olap && !explicit_limit && !tvc; }
bool build_pushable_cond_for_having_pushdown(THD *thd,
Item *cond,
Pushdown_checker checker);
Item *cond);
void pushdown_cond_into_where_clause(THD *thd, Item *extracted_cond,
Item **remaining_cond,
Item_transformer transformer,