diff options
author | Monty <monty@mariadb.org> | 2022-05-09 11:36:44 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2022-05-09 11:39:16 +0300 |
commit | 1356b77011df38af9b3c31a4fe57647aa281de8a (patch) | |
tree | 9a15f69529c40793373d15838b79c28cb9a80650 /sql/sql_select.h | |
parent | a5715b1da62e5c274c63f5cc80bd6cdb57fdf102 (diff) | |
download | mariadb-git-10-7.selectivity.tar.gz |
Simple optimization: Remove JOIN::set_group_rpa as it is not needed10-7.selectivity
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index d5e6ae446c9..ba5fe94852c 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1543,8 +1543,6 @@ public: /* SJM nests that are executed with SJ-Materialization strategy */ List<SJ_MATERIALIZATION_INFO> sjm_info_list; - /** TRUE <=> ref_pointer_array is set to items3. */ - bool set_group_rpa; /** Exec time only: TRUE <=> current group has been sent */ bool group_sent; /** |