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

Method set_no_interruption_temp_buffer

sql/multi_range_read.cc:732–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732void Mrr_ordered_index_reader::set_no_interruption_temp_buffer()
733{
734 support_scan_interruptions= FALSE;
735 saved_key_tuple= saved_rowid= saved_primary_key= NULL; /* safety */
736 have_saved_rowid= FALSE;
737 read_was_interrupted= FALSE;
738}
739
740void Mrr_ordered_index_reader::interrupt_read()
741{

Callers 1

dsmrr_initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected