mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup st_select_lex_unit::explainable
This commit is contained in:
@ -438,7 +438,6 @@ int mysql_update(THD *thd,
|
||||
my_error(ER_NON_UPDATABLE_TABLE, MYF(0), table_list->alias.str, "UPDATE");
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
query_plan.updating_a_view= MY_TEST(table_list->view);
|
||||
|
||||
/* Calculate "table->covering_keys" based on the WHERE */
|
||||
table->covering_keys= table->s->keys_in_use;
|
||||
|
Reference in New Issue
Block a user