summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-02-13 20:18:07 +0100
committerSergei Golubchik <sergii@pisem.net>2014-02-13 20:18:07 +0100
commit642495345f0b35e87db4e8e2f4cfd0b3df724019 (patch)
treebdfd2a86f126565211ee53d882b7d54b3df555f8 /sql/item_subselect.h
parent913beda8c8b78ed3793f2cf09e5dfcb538e15f85 (diff)
downloadmariadb-git-642495345f0b35e87db4e8e2f4cfd0b3df724019.tar.gz
Remove the fix from MySQL-5.1 that's not necessary in 5.3
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 d75e415c347..bdd9ca023bf 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -764,7 +764,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: