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:
@ -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,
|
||||
|
Reference in New Issue
Block a user