Skip to content

Commit

Permalink
Fix out-of-date comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Jan 4, 2018
1 parent af0ba43 commit c584a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/sql_select.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ JOIN::optimize_inner()

/*
Needed in case optimizer short-cuts,
set properly in make_tmp_tables_info()
set properly in make_aggr_tables_info()
*/
fields= &select_lex->item_list;

Expand Down
2 changes: 1 addition & 1 deletion sql/sql_select.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ typedef struct st_join_table {
will be turned to fields. These variables are pointing to
tmp_fields_list[123]. Valid only for tmp tables and the last non-tmp
table in the query plan.
@see JOIN::make_tmp_tables_info()
@see JOIN::make_aggr_tables_info()
*/
List<Item> *fields;
/** List of all expressions in the select list */
Expand Down

0 comments on commit c584a49

Please sign in to comment.