summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-02-14 14:09:29 +0100
committerSergei Golubchik <sergii@pisem.net>2014-02-14 14:09:29 +0100
commitfb27ce22f77705d394beb6acd7aa4be2ff008890 (patch)
treecf1288c289055405cf14f2b9ee408a90948e95ab /sql/item_subselect.h
parente2a99f1863a7a4d5d6d22c9f39de3b255c959f98 (diff)
parent5a21dc7df1024c13c212f687c5ebc40d9cb74c5b (diff)
downloadmariadb-git-fb27ce22f77705d394beb6acd7aa4be2ff008890.tar.gz
5.3 merge
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 25852b55d98..592e7711a10 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -780,7 +780,6 @@ class subselect_single_select_engine: public subselect_engine
{
bool prepared; /* simple subselect is prepared */
bool executed; /* simple subselect is executed */
- bool optimize_error; /* simple subselect optimization failed */
st_select_lex *select_lex; /* corresponding select_lex */
JOIN * join; /* corresponding JOIN structure */
public: