Home
last modified time | relevance | path

Searched refs:m_context_handlers (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsp_pcontext.h354 return m_max_handler_index + m_context_handlers; in max_handler_index()
360 m_context_handlers+= n; in add_handlers()
412 uint m_context_handlers; // No. of handlers in this context variable
H A Dsp_pcontext.cc60 m_context_handlers(0), m_parent(NULL), m_pboundary(0), in sp_pcontext()
88 m_context_handlers(0), m_parent(prev), m_pboundary(0), in sp_pcontext()
170 n+= pctx->m_context_handlers; in diff_handlers()
175 return (exclusive && last_ctx ? n - last_ctx->m_context_handlers : n); in diff_handlers()