Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_limit
Method · 0.80
optimize
Method · 0.80
exec_inner
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected