summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-10-07 22:17:05 +0200
committerSergei Golubchik <serg@mariadb.org>2019-10-14 10:29:31 +0200
commit721a9df75137bd1a41dc1547d5c615781754aec6 (patch)
tree3dd8b9de82c754dbcfd7cc4dad0c9c04c43e5920 /sql/sql_lex.h
parent828d9ae597a88c2d4273929f5fcb1c0ae8d073e4 (diff)
downloadmariadb-git-721a9df75137bd1a41dc1547d5c615781754aec6.tar.gz
cleanup: formatting
comments, whitespaces
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 5a0a180c4c8..1a8d5ececde 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3105,14 +3105,14 @@ struct LEX: public Query_tables_list
private:
SELECT_LEX builtin_select;
- /* current SELECT_LEX in parsing */
public:
+ /* current SELECT_LEX in parsing */
SELECT_LEX *current_select;
/* list of all SELECT_LEX */
SELECT_LEX *all_selects_list;
/* current with clause in parsing if any, otherwise 0*/
- With_clause *curr_with_clause;
+ With_clause *curr_with_clause;
/* pointer to the first with clause in the current statement */
With_clause *with_clauses_list;
/*