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

Method remove_offset

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

Source from the content-addressed store, hash-verified

89 return sent < offset_limit_cnt;
90 }
91 void remove_offset() { offset_limit_cnt= 0; }
92
93 ha_rows get_select_limit() const
94 { return select_limit_cnt; }

Callers 3

remove_offset_limitMethod · 0.80
optimizeMethod · 0.80
exec_innerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected