MCPcopy Create free account
hub / github.com/MariaDB/server / skip_setup_conds

Function skip_setup_conds

sql/sql_select.cc:1151–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151static
1152bool 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
1159int SELECT_LEX::period_setup_conds(THD *thd, TABLE_LIST *tables)
1160{

Callers 2

period_setup_condsMethod · 0.85
vers_setup_condsMethod · 0.85

Tested by

no test coverage detected