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

Method put_record

sql/sql_join_cache.cc:1591–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589*/
1590
1591bool JOIN_CACHE::put_record()
1592{
1593 bool is_full;
1594 uchar *link= 0;
1595 DBUG_ASSERT(!for_explain_only);
1596 if (prev_cache)
1597 link= prev_cache->get_curr_rec_link();
1598 write_record_data(link, &is_full);
1599 return is_full;
1600}
1601
1602
1603/*

Callers

nothing calls this directly

Calls 2

cp_buffer_from_refFunction · 0.85
get_curr_rec_linkMethod · 0.80

Tested by

no test coverage detected