| 1149 | } |
| 1150 | |
| 1151 | static |
| 1152 | bool skip_setup_conds(THD *thd) |
| 1153 | { |
| 1154 | return (!thd->stmt_arena->is_conventional() |
| 1155 | && !thd->stmt_arena->is_stmt_prepare_or_first_sp_execute()) |
| 1156 | || thd->lex->is_view_context_analysis(); |
| 1157 | } |
| 1158 | |
| 1159 | int SELECT_LEX::period_setup_conds(THD *thd, TABLE_LIST *tables) |
| 1160 | { |
no test coverage detected