From 837ad9ab9760db83b2d117a6183519f18448b782 Mon Sep 17 00:00:00 2001 From: Rucha Deodhar Date: Sun, 2 Jun 2019 00:51:46 +0530 Subject: MDEV-10014 Add RETURNING to INSERT Closes #1384 --- sql/sql_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_base.h') diff --git a/sql/sql_base.h b/sql/sql_base.h index 40dd3ed0907..211993c41ac 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -176,6 +176,7 @@ void make_leaves_list(THD *thd, List &list, TABLE_LIST *tables, bool full_table_list, TABLE_LIST *boundary); int setup_wild(THD *thd, TABLE_LIST *tables, List &fields, List *sum_func_list, SELECT_LEX *sl); +int setup_returning_fields(THD* thd, TABLE_LIST* table_list); bool setup_fields(THD *thd, Ref_ptr_array ref_pointer_array, List &item, enum_column_usage column_usage, List *sum_func_list, List *pre_fix, -- cgit v1.2.1