summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-12-07 09:39:46 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-12-07 09:39:46 +0200
commit9e27e53dfac1c911a593065a0fcadc5729957d29 (patch)
tree679b56d887a1544264a9f872a2d8b3a7659cd8f2 /sql/sql_lex.h
parentb7ae4d442aa32752798f1d3b6122c35c4ebe2d07 (diff)
parent9044e016c54762300beb2cd609b41c285bbf8794 (diff)
downloadmariadb-git-9e27e53dfac1c911a593065a0fcadc5729957d29.tar.gz
Merge 10.6 into 10.7
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index c16947edc5a..85f7da7d09f 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1343,6 +1343,9 @@ public:
*/
table_map select_list_tables;
+ /* Set to 1 if any field in field list has ROWNUM() */
+ bool rownum_in_field_list;
+
/* namp of nesting SELECT visibility (for aggregate functions check) */
nesting_map name_visibility_map;
table_map with_dep;