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:
@@ -460,6 +460,7 @@ public:
|
||||
bool used_partitions_set;
|
||||
|
||||
bool impossible_where;
|
||||
bool no_partitions;
|
||||
StringBuffer<64> table_name;
|
||||
|
||||
enum join_type jtype;
|
||||
|
Reference in New Issue
Block a user