mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
The consolidated patch for mdev-9197.
This commit is contained in:
@ -37,4 +37,12 @@ bool mysql_derived_reinit(THD *thd, LEX *lex, TABLE_LIST *derived);
|
||||
*/
|
||||
bool mysql_derived_cleanup(THD *thd, LEX *lex, TABLE_LIST *derived);
|
||||
|
||||
Item *delete_not_needed_parts(THD *thd, Item *cond);
|
||||
|
||||
#if 0
|
||||
bool pushdown_cond_for_derived(THD *thd, Item **cond, TABLE_LIST *derived);
|
||||
#else
|
||||
bool pushdown_cond_for_derived(THD *thd, Item *cond, TABLE_LIST *derived);
|
||||
#endif
|
||||
|
||||
#endif /* SQL_DERIVED_INCLUDED */
|
||||
|
Reference in New Issue
Block a user