diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2016-03-28 00:55:57 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2016-03-28 00:55:57 +0300 |
commit | 24cd633fd856d0ca7e4149b49cb7eb3b4c890601 (patch) | |
tree | dedde5d0fbbf62d02e2a6d1407ceb7d93fe1c87d /sql/sql_select.h | |
parent | 75965892e319b4fc16993d9a7823175b7a10dc51 (diff) | |
download | mariadb-git-24cd633fd856d0ca7e4149b49cb7eb3b4c890601.tar.gz |
Remove JOIN_TAB::used_window_func, it is not used anymore
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 d2780a795d0..e85931dcc7c 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -430,8 +430,6 @@ typedef struct st_join_table { */ Window_funcs_computation* window_funcs; - bool used_for_window_func; - /** List of topmost expressions in the select list. The *next* JOIN TAB in the plan should use it to obtain correct values. Same applicable to |