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

Function begin_dataset

sql/sql_class.h:7366–7371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7364 void begin_dataset() override
7365#else
7366 void begin_dataset()
7367#endif
7368 {
7369 // Only called for sp_cursor::Select_fetch_into_spvars
7370 DBUG_ASSERT(false); /* purecov: inspected */
7371 }
7372};
7373
7374

Callers 6

begin_datasetMethod · 0.85
send_list_fieldsMethod · 0.85
begin_datasetMethod · 0.85
send_list_fieldsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected