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

Method has_returning

sql/sql_lex.h:5072–5073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5070 SELECT_LEX *returning()
5071 { return &builtin_select; }
5072 bool has_returning()
5073 { return !builtin_select.returning_list.is_empty(); }
5074
5075private:
5076 bool stmt_create_routine_start(const DDL_options_st &options)

Callers 13

mysql_insertFunction · 0.80
mysql_prepare_insertFunction · 0.80
sp_get_flags_for_commandFunction · 0.80
update_single_tableMethod · 0.80
handle_endMethod · 0.80
execute_innerMethod · 0.80
sql_parse.ccFile · 0.80
prepare_innerMethod · 0.80
execute_innerMethod · 0.80
setup_returning_fieldsFunction · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected