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

Method is_view_context_analysis

sql/sql_lex.h:3694–3697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3692 }
3693
3694 inline bool is_view_context_analysis()
3695 {
3696 return (context_analysis_only & CONTEXT_ANALYSIS_ONLY_VIEW);
3697 }
3698
3699 /**
3700 Mark all queries in this lex structure as uncacheable for the cause given

Callers 6

fix_fieldsMethod · 0.80
skip_setup_condsFunction · 0.80
prepareMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected