Commit e09b1f2a authored by Galina Shalygina's avatar Galina Shalygina

Initial commit just to make a branch for mdev-9864

parent e56650d7
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment