diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2017-03-13 11:04:46 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2017-03-13 11:04:46 +0100 |
commit | 4c31280c5bfdfc3a1fec177de563c61559efe9c0 (patch) | |
tree | fcc58f429a711e36df2bf47a29b8d90050d5bfe0 /sql/sql_explain.h | |
parent | 1e47dece126cfab481d81bda3eedf71c0e12119c (diff) | |
download | mariadb-git-10.3-MDEV-10141.tar.gz |
MDEV-10141 & MDEV-10140 : Postreview changes10.3-MDEV-10141
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r-- | sql/sql_explain.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h index 02357acd873..6e1b55e2b00 100644 --- a/sql/sql_explain.h +++ b/sql/sql_explain.h @@ -320,7 +320,9 @@ public: ///////////////////////////////////////////////////////////////////////////// -/* +extern const char *unit_operation_text[4]; + +/* Explain structure for a UNION. A UNION may or may not have "Using filesort". @@ -336,6 +338,7 @@ public: {} enum explain_node_type get_type() { return EXPLAIN_UNION; } + unit_common_op operation; int get_select_id() { |