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

Function find_single_select_handler

sql/sql_select.cc:5281–5284  ·  view source on GitHub ↗

Wrapper for find_select_handler_inner() for the case of single select pushdown. See more comments at the description of find_select_handler_inner() */

Source from the content-addressed store, hash-verified

5279
5280*/
5281select_handler *find_single_select_handler(THD *thd, SELECT_LEX *select_lex)
5282{
5283 return find_select_handler_inner(thd, select_lex, nullptr);
5284}
5285
5286
5287/**

Callers 2

mysql_selectFunction · 0.85
execute_innerMethod · 0.85

Calls 1

Tested by

no test coverage detected