1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix SHOW EXPLAIN for UNIONs.

This commit is contained in:
Sergey Petrunya
2011-10-27 01:12:02 +04:00
parent 2bf31b0941
commit b7a340eeb0
3 changed files with 88 additions and 68 deletions

View File

@ -1465,6 +1465,9 @@ inline bool optimizer_flag(THD *thd, uint flag)
return (thd->variables.optimizer_switch & flag);
}
int print_fake_select_lex_join(select_result_sink *result, bool on_the_fly,
SELECT_LEX *select_lex, uint8 select_options);
/* Table elimination entry point function */
void eliminate_tables(JOIN *join);