diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-04-10 14:08:14 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-05-17 15:13:47 +0200 |
commit | c368878fac7de6cb65790249990d28dcbf0ea255 (patch) | |
tree | 4e9bdf2cdc422d914f598db1bdf2aab1591c09c4 /sql/sql_select.h | |
parent | 4b061ec4ea3b3b088054340ad132430ac36cbcb6 (diff) | |
download | mariadb-git-c368878fac7de6cb65790249990d28dcbf0ea255.tar.gz |
cleanup: comments and whitespaces
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 5e202e50152..fdef2534812 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -470,7 +470,7 @@ typedef struct st_join_table { Window_funcs_computation* window_funcs_step; /** - List of topmost expressions in the select list. The *next* JOIN TAB + 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 all_fields. These lists are needed because after tmp tables functions will be turned to fields. These variables are pointing to |