diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-02-14 16:42:23 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-03-10 19:24:22 +0100 |
commit | 2ac3121af2767186c489054db5d4871d04b8eef4 (patch) | |
tree | 39de7dcc95c29fbd3d1ce3167262c61404e37743 /sql/sql_select.h | |
parent | 0ea717f51a152afdb3791195c4a25ee0baa2faac (diff) | |
download | mariadb-git-2ac3121af2767186c489054db5d4871d04b8eef4.tar.gz |
perfschema - various collateral cleanups and small changes
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index e3501fb98c6..616d4769e2f 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -247,13 +247,13 @@ class SplM_opt_info; typedef struct st_join_table { TABLE *table; TABLE_LIST *tab_list; - KEYUSE *keyuse; /**< pointer to first used key */ + KEYUSE *keyuse; /**< pointer to first used key */ KEY *hj_key; /**< descriptor of the used best hash join key - not supported by any index */ + not supported by any index */ SQL_SELECT *select; COND *select_cond; COND *on_precond; /**< part of on condition to check before - accessing the first inner table */ + accessing the first inner table */ QUICK_SELECT_I *quick; /* The value of select_cond before we've attempted to do Index Condition |