summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-01-05 22:52:06 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-01-05 22:52:06 +0200
commitfa7d85bb87e796f1cf77fdf79f2b2d6ece423baf (patch)
tree0c7d096327ae1ce637c2042f7daee1589cf36e90 /sql/sql_select.h
parent6feb74c4b21143ece69bcc1e04474a528f122cdb (diff)
parent6d49ef49e57708b4bbc6b428c9e6228685e59452 (diff)
downloadmariadb-git-fa7d85bb87e796f1cf77fdf79f2b2d6ece423baf.tar.gz
Merge bb-10.2-ext into 10.3
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index e1958e8ce5c..0f9b38eb7c8 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -476,7 +476,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 */