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

Method close_second_handler

sql/multi_range_read.cc:1455–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1453
1454
1455void DsMrr_impl::close_second_handler()
1456{
1457 if (secondary_file)
1458 {
1459 secondary_file->extra(HA_EXTRA_NO_KEYREAD);
1460 secondary_file->ha_index_or_rnd_end();
1461 secondary_file->ha_external_unlock(current_thd);
1462 secondary_file->ha_close();
1463 delete secondary_file;
1464 secondary_file= NULL;
1465 }
1466}
1467
1468
1469void DsMrr_impl::dsmrr_close()

Callers

nothing calls this directly

Calls 4

ha_index_or_rnd_endMethod · 0.80
ha_external_unlockMethod · 0.80
ha_closeMethod · 0.80
extraMethod · 0.45

Tested by

no test coverage detected