| 5068 | bool check_ref_cursor_components(Row_definition_list *) const; |
| 5069 | |
| 5070 | SELECT_LEX *returning() |
| 5071 | { return &builtin_select; } |
| 5072 | bool has_returning() |
| 5073 | { return !builtin_select.returning_list.is_empty(); } |
| 5074 |
no outgoing calls
no test coverage detected