summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 71dad4279c2..4e29c31a774 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -2380,6 +2380,7 @@ void st_select_lex_unit::exclude_level()
}
+#if 0
/*
Exclude subtree of current unit from tree of SELECTs
@@ -2405,6 +2406,7 @@ void st_select_lex_unit::exclude_tree()
if (next)
next->prev= prev;
}
+#endif
/*