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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user