1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Simple optimization: Remove JOIN::set_group_rpa as it is not needed

This commit is contained in:
Monty
2022-05-09 11:36:44 +03:00
committed by Sergei Petrunia
parent 5e5a8eda16
commit b44e28af6f
2 changed files with 1 additions and 9 deletions

View File

@@ -1574,8 +1574,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;
/**