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

Method begin_dataset

sql/sql_prepare.cc:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 bool send_eof() override;
157#ifdef EMBEDDED_LIBRARY
158 void begin_dataset() override
159 {
160 protocol.begin_dataset();
161 }
162#endif
163};
164

Callers

nothing calls this directly

Calls 1

begin_datasetMethod · 0.45

Tested by

no test coverage detected