mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix out-of-date comments.
This commit is contained in:
@ -1191,7 +1191,7 @@ JOIN::optimize_inner()
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Needed in case optimizer short-cuts,
|
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;
|
fields= &select_lex->item_list;
|
||||||
|
|
||||||
|
@ -438,7 +438,7 @@ typedef struct st_join_table {
|
|||||||
will be turned to fields. These variables are pointing to
|
will be turned to fields. These variables are pointing to
|
||||||
tmp_fields_list[123]. Valid only for tmp tables and the last non-tmp
|
tmp_fields_list[123]. Valid only for tmp tables and the last non-tmp
|
||||||
table in the query plan.
|
table in the query plan.
|
||||||
@see JOIN::make_tmp_tables_info()
|
@see JOIN::make_aggr_tables_info()
|
||||||
*/
|
*/
|
||||||
List<Item> *fields;
|
List<Item> *fields;
|
||||||
/** List of all expressions in the select list */
|
/** List of all expressions in the select list */
|
||||||
|
Reference in New Issue
Block a user