Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9188
bool THD::is_cursor_execution() const
9189
{
9190
return dynamic_cast<Select_materialize*>(this->lex->result);
9191
}
9192
9193
9194
LEX_CSTRING make_string(THD *thd, const char *start_ptr,
Callers
1
execute_sqlcom_select
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected