1
0
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:
Galina Shalygina
2016-05-01 22:29:47 +03:00
parent 8b94aec11a
commit eb2c147475
30 changed files with 8923 additions and 13 deletions

View File

@ -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 */