summaryrefslogtreecommitdiff
path: root/sql/sql_explain.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2019-02-14 22:07:33 -0800
committerIgor Babaev <igor@askmonty.org>2019-02-14 22:07:33 -0800
commit98d55b1366746a2b4750da9e8781f66b0d01ed85 (patch)
treeff062a3ec4e6a760d5c45e9db4f1fd292cfadbbe /sql/sql_explain.h
parentccce4d3be9bb5dfce66576f9744bcb927b754cf4 (diff)
parent282ba973e748456a829eecf1b49fb352870c6a8f (diff)
downloadmariadb-git-98d55b1366746a2b4750da9e8781f66b0d01ed85.tar.gz
Merge branch '10.4' into bb-10.4-mdev16188
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r--sql/sql_explain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h
index 08966b71faa..9478cd56a9b 100644
--- a/sql/sql_explain.h
+++ b/sql/sql_explain.h
@@ -328,6 +328,8 @@ public:
/////////////////////////////////////////////////////////////////////////////
extern const char *unit_operation_text[4];
+extern const char *pushed_derived_text;
+extern const char *pushed_select_text;
/*
Explain structure for a UNION.