diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2016-03-28 18:38:42 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2016-03-28 18:38:42 +0300 |
commit | e88758330c49b40556a1f9c3d316b66ce11ca67d (patch) | |
tree | 4752c3086f6f1a42fac10664dd5a88966f532743 /sql/sql_select.h | |
parent | 44fdb56c977259b2801c612116813beda403df78 (diff) | |
download | mariadb-git-e88758330c49b40556a1f9c3d316b66ce11ca67d.tar.gz |
Make window functions computation step show up in EXPLAIN FORMAT=JSON output
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index e85931dcc7c..552ff4686ca 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -428,7 +428,7 @@ typedef struct st_join_table { Non-NULL value means this join_tab must do window function computation before reading. */ - Window_funcs_computation* window_funcs; + Window_funcs_computation* window_funcs_step; /** List of topmost expressions in the select list. The *next* JOIN TAB |