Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ add_cursor
Method
add_cursor
sql/sql_window.cc:1217–1220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1215
{
1216
public:
1217
bool add_cursor(Frame_cursor *cursor)
1218
{
1219
return cursors.push_back(cursor);
1220
}
1221
1222
void initialize_cursors(READ_RECORD *info)
1223
{
Callers
2
add_special_frame_cursors
Function · 0.45
get_window_functions_required_cursors
Function · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected