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

Method init

sql/opt_range.cc:1339–1346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1337
1338
1339int QUICK_RANGE_SELECT::init()
1340{
1341 DBUG_ENTER("QUICK_RANGE_SELECT::init");
1342
1343 if (file->inited != handler::NONE)
1344 file->ha_index_or_rnd_end();
1345 DBUG_RETURN(FALSE);
1346}
1347
1348
1349void QUICK_RANGE_SELECT::range_end()

Callers 9

test_quick_selectMethod · 0.45
records_in_column_rangesFunction · 0.45
get_quick_select_for_refFunction · 0.45
get_nextMethod · 0.45
make_quickMethod · 0.45
eq_ranges_exceeds_limitFunction · 0.45
trace_rangesFunction · 0.45

Calls 5

init_queueFunction · 0.85
alloc_rootFunction · 0.85
ha_index_or_rnd_endMethod · 0.80
sum_funcMethod · 0.45
push_backMethod · 0.45

Tested by 1

test_quick_selectMethod · 0.36