diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-07-12 12:00:11 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-07-12 12:00:11 +0400 |
commit | e33bda183e80ff63a984ed2a938467950b23a3fd (patch) | |
tree | 940df9237ea3827324e93825db466e902854c0df /sql/sql_delete.h | |
parent | 51a552ddf21ed698f285e562d053b6e3a1e07726 (diff) | |
parent | 7c3df72d0a627aa6c12af14d57b2664af7f8b380 (diff) | |
download | mariadb-git-e33bda183e80ff63a984ed2a938467950b23a3fd.tar.gz |
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
Diffstat (limited to 'sql/sql_delete.h')
-rw-r--r-- | sql/sql_delete.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_delete.h b/sql/sql_delete.h index 9cd09dc5722..54d6cf146b5 100644 --- a/sql/sql_delete.h +++ b/sql/sql_delete.h @@ -27,7 +27,8 @@ typedef class Item COND; template <typename T> class SQL_I_List; int mysql_prepare_delete(THD *thd, TABLE_LIST *table_list, - uint wild_num, List<Item> &field_list, Item **conds); + uint wild_num, List<Item> &field_list, Item **conds, + bool *delete_while_scanning); bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds, SQL_I_List<ORDER> *order, ha_rows rows, ulonglong options, select_result *result); |