diff options
author | Galina Shalygina <galashalygina@gmail.com> | 2016-05-08 21:50:13 +0300 |
---|---|---|
committer | Galina Shalygina <galashalygina@gmail.com> | 2016-05-08 21:50:13 +0300 |
commit | e09b1f2a226bf2763b211f74908a6486b83ebed1 (patch) | |
tree | ff035f7d9297832fd84fb69cec23b39fc992f1cc /sql/sql_select.h | |
parent | e56650d7e36ed297d9c989e9bc52ac5082c36517 (diff) | |
download | mariadb-git-e09b1f2a226bf2763b211f74908a6486b83ebed1.tar.gz |
Initial commit just to make a branch for mdev-9864
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 87de9316c3a..86c5ef87d89 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -202,6 +202,7 @@ class JOIN_TAB_RANGE; typedef struct st_join_table { st_join_table() {} /* Remove gcc warning */ TABLE *table; + TABLE_LIST *tab_list; KEYUSE *keyuse; /**< pointer to first used key */ KEY *hj_key; /**< descriptor of the used best hash join key not supported by any index */ |