Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ get_row_count_func
Method
get_row_count_func
sql/sql_class.h:4148–4151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4146
4147
public:
4148
inline longlong get_row_count_func() const
4149
{
4150
return m_row_count_func;
4151
}
4152
4153
inline void set_row_count_func(longlong row_count_func)
4154
{
Callers
5
Wsrep_high_priority_service
Method · 0.80
val_int
Method · 0.80
get_value
Method · 0.80
sql_parse.cc
File · 0.80
MYSQL_DML_GET_STAT
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected