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

@ -188,7 +188,7 @@ typedef enum_nested_loop_state
Next_select_func setup_end_select_func(JOIN *join, JOIN_TAB *tab);
int rr_sequential(READ_RECORD *info);
int rr_sequential_and_unpack(READ_RECORD *info);
Item *remove_pushed_top_conjuncts(THD *thd, Item *cond);
#include "sql_explain.h"