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_insert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_insert.h') diff --git a/sql/sql_insert.h b/sql/sql_insert.h index a37ed1f31e5..5b86f09d13b 100644 --- a/sql/sql_insert.h +++ b/sql/sql_insert.h @@ -31,7 +31,7 @@ bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list, TABLE *table, bool mysql_insert(THD *thd,TABLE_LIST *table,List &fields, List &values, List &update_fields, List &update_values, enum_duplicates flag, - bool ignore); + bool ignore, select_result* result); void upgrade_lock_type_for_insert(THD *thd, thr_lock_type *lock_type, enum_duplicates duplic, bool is_multi_insert); -- cgit v1.2.1