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

Method set_quick

sql/opt_range.h:1946–1946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1944 ~SQL_SELECT();
1945 void cleanup();
1946 void set_quick(QUICK_SELECT_I *new_quick) { delete quick; quick= new_quick; }
1947
1948 /*
1949 @return

Callers 2

test_if_skip_sort_orderFunction · 0.80
get_index_for_orderFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_if_skip_sort_orderFunction · 0.64