1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

MDEV-3798: EXPLAIN UPDATE/DELETE

- Handle the case when EXPLAIN UPDATE/DELETE has pruned away all partitions.
This commit is contained in:
Sergey Petrunya
2013-10-05 13:44:01 +04:00
parent 72bc6d7364
commit abcf14e595
7 changed files with 73 additions and 9 deletions

View File

@@ -460,6 +460,7 @@ public:
bool used_partitions_set;
bool impossible_where;
bool no_partitions;
StringBuffer<64> table_name;
enum join_type jtype;