diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2019-11-25 15:44:46 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2019-11-25 15:44:46 +0300 |
commit | bf58ec77a1adaa653a0b044b950cf420f8c19de9 (patch) | |
tree | fb46d7fdcaa1d33d01ad503e8e43c39a1b28320f /sql/sql_update.cc | |
parent | 1d5f6a007339ce78471c125a9a5d5a73a5c664ff (diff) | |
download | mariadb-git-bf58ec77a1adaa653a0b044b950cf420f8c19de9.tar.gz |
MDEV-18727 cleanup
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 39d28bfbe50..1e5440ee4fe 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -1261,12 +1261,6 @@ bool mysql_prepare_update(THD *thd, TABLE_LIST *table_list, thd->lex->allow_sum_func.clear_all(); -/* 10.4: - if (table_list->has_period() && - select_lex->period_setup_conds(thd, table_list)) - DBUG_RETURN(true); -*/ - DBUG_ASSERT(table_list->table); // conds could be cached from previous SP call DBUG_ASSERT(!table_list->vers_conditions.is_set() || |