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

Method reset_join

sql/sql_join_cache.h:682–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680
681 virtual ~JOIN_CACHE() = default;
682 void reset_join(JOIN *j) { join= j; }
683 void free()
684 {
685 my_free(buff);

Callers 1

sub_select_cacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected