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

Method is_cursor_execution

sql/sql_class.cc:9188–9191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9186
9187
9188bool THD::is_cursor_execution() const
9189{
9190 return dynamic_cast<Select_materialize*>(this->lex->result);
9191}
9192
9193
9194LEX_CSTRING make_string(THD *thd, const char *start_ptr,

Callers 1

execute_sqlcom_selectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected