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

Method set_as_multitable

sql/sql_update.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 bool is_multitable() const { return multitable; }
67
68 void set_as_multitable() { multitable= true; }
69
70 void get_dml_stat (ha_rows &found, ha_rows &changed) override
71 {

Callers 1

find_dup_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected