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

Initial commit just to make a branch for mdev-9864

This commit is contained in:
Galina Shalygina
2016-05-08 21:50:13 +03:00
parent e56650d7e3
commit e09b1f2a22

View File

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