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