1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix out-of-date comments.

This commit is contained in:
Sergei Petrunia
2018-01-04 14:04:52 +03:00
parent af0ba43838
commit c584a496d7
2 changed files with 2 additions and 2 deletions

View File

@ -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 */