mirror of
https://github.com/MariaDB/server.git
synced 2025-08-02 14:47:37 +03:00
coding style fix : Index_hint
This commit is contained in:
@ -4642,11 +4642,11 @@ bool TABLE_LIST::process_index_hints(TABLE *table)
|
||||
key_map index_join[INDEX_HINT_FORCE + 1];
|
||||
key_map index_order[INDEX_HINT_FORCE + 1];
|
||||
key_map index_group[INDEX_HINT_FORCE + 1];
|
||||
index_hint *hint;
|
||||
Index_hint *hint;
|
||||
int type;
|
||||
bool have_empty_use_join= FALSE, have_empty_use_order= FALSE,
|
||||
have_empty_use_group= FALSE;
|
||||
List_iterator <index_hint> iter(*index_hints);
|
||||
List_iterator <Index_hint> iter(*index_hints);
|
||||
|
||||
/* initialize temporary variables used to collect hints of each kind */
|
||||
for (type= INDEX_HINT_IGNORE; type <= INDEX_HINT_FORCE; type++)
|
||||
|
Reference in New Issue
Block a user