Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ skip_next_candidate_for_match
Method
skip_next_candidate_for_match
sql/sql_join_cache.cc:3716–3720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3714
*/
3715
3716
bool JOIN_CACHE_BNL::skip_next_candidate_for_match(uchar *rec_ptr)
3717
{
3718
pos= rec_ptr-base_prefix_length;
3719
return skip_if_not_needed_match();
3720
}
3721
3722
3723
/*
Callers
nothing calls this directly
Calls
1
check_only_first_match
Method · 0.80
Tested by
no test coverage detected