MCPcopy 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{
1216public:
1217 bool add_cursor(Frame_cursor *cursor)
1218 {
1219 return cursors.push_back(cursor);
1220 }
1221
1222 void initialize_cursors(READ_RECORD *info)
1223 {

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected