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

Method get_dml_stat

sql/sql_cmd.h:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 virtual bool is_dml() const { return false; }
132
133 virtual void get_dml_stat (ha_rows &found, ha_rows &changed)
134 {
135 found= changed= 0;
136 }
137
138 /**
139 @brief Unprepare prepared statement for the command

Callers 1

MYSQL_DML_GET_STATFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected