mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-18727 cleanup
This commit is contained in:
@ -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() ||
|
||||
|
Reference in New Issue
Block a user