diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-12-07 09:43:13 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-12-07 09:43:13 +0200 |
commit | b3c254339be29d3be24c16fa0c150ff8ebd0bfda (patch) | |
tree | e1cebed6f3689750d4611dd8a12185c86054bb56 /sql/sql_select.h | |
parent | 0751bfbcaf08c7c32de8d90b41b6c50ab525da6f (diff) | |
parent | 9e27e53dfac1c911a593065a0fcadc5729957d29 (diff) | |
download | mariadb-git-b3c254339be29d3be24c16fa0c150ff8ebd0bfda.tar.gz |
Merge 10.7 into 10.8
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index c9e0fa25421..3332bc78b6c 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1420,11 +1420,6 @@ public: GROUP/ORDER BY. */ bool simple_order, simple_group; - /* - Set to 1 if any field in field list has RAND_TABLE set. For example if - if one uses RAND() or ROWNUM() in field list - */ - bool rand_table_in_field_list; /* ordered_index_usage is set if an ordered index access |