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

Method set_row_count_func

sql/sql_class.h:4153–4156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4151 }
4152
4153 inline void set_row_count_func(longlong row_count_func)
4154 {
4155 m_row_count_func= row_count_func;
4156 }
4157
4158 /*
4159 Free all top level statement data (e.g. belonging to SYS_REFCURSORs)

Callers 4

my_okFunction · 0.80
my_eofFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected