mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-3798: EXPLAIN UPDATE/DELETE
- Update test results after last few csets - Generate correct value for `possible_keys` column for single table UPDATE/DELETE.
This commit is contained in:
@ -982,6 +982,8 @@ class SQL_SELECT :public Sql_alloc {
|
||||
key_map quick_keys; // Possible quick keys
|
||||
key_map needed_reg; // Possible quick keys after prev tables.
|
||||
table_map const_tables,read_tables;
|
||||
/* See PARAM::possible_keys */
|
||||
key_map possible_keys;
|
||||
bool free_cond; /* Currently not used and always FALSE */
|
||||
|
||||
SQL_SELECT();
|
||||
|
Reference in New Issue
Block a user