summaryrefslogtreecommitdiff
path: root/sql/sql_cte.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-06-07 15:01:34 -0700
committerIgor Babaev <igor@askmonty.org>2016-06-07 15:01:34 -0700
commit0eec187153e8266b99f4ae66dba810a9b39e206d (patch)
tree6c2f0a87cec6272607f8986fc0dd6fd7ff9478f0 /sql/sql_cte.h
parent096286c95f4c85b16c65a71779abd49c98c3ac28 (diff)
downloadmariadb-git-0eec187153e8266b99f4ae66dba810a9b39e206d.tar.gz
A commit to force buildbot working.
Diffstat (limited to 'sql/sql_cte.h')
-rw-r--r--sql/sql_cte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_cte.h b/sql/sql_cte.h
index ed16b82d352..744f50eb7ef 100644
--- a/sql/sql_cte.h
+++ b/sql/sql_cte.h
@@ -81,6 +81,7 @@ public:
st_select_lex *first_recursive;
+ /* The number of the last performed iteration for recursive table */
uint level;
select_union_recursive *rec_result;