| 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 |
no outgoing calls
no test coverage detected