1
0
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:
Sergey Petrunya
2013-10-08 16:13:49 +04:00
parent fda46df620
commit 69e6a2bb22
5 changed files with 21 additions and 5 deletions

View File

@ -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();