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

Method check_offset

sql/sql_limit.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 { select_limit_cnt= HA_POS_ERROR; offset_limit_cnt= 0; with_ties= false;}
86
87 bool check_offset(ha_rows sent) const
88 {
89 return sent < offset_limit_cnt;
90 }
91 void remove_offset() { offset_limit_cnt= 0; }
92
93 ha_rows get_select_limit() const

Callers 5

mysql_show_binlog_eventsFunction · 0.80
mysqld_show_warningsFunction · 0.80
send_data_with_checkMethod · 0.80
show_profilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected