Commit 70b2db6a authored by marko's avatar marko

dict_index_t: Remove tree_indexes. It should have been removed in r453

when the list in dict_tree_t was replaced with the pointer tree_index.
parent e9d8c5e8
......@@ -201,9 +201,6 @@ struct dict_index_struct{
UT_LIST_NODE_T(dict_index_t)
indexes;/* list of indexes of the table */
dict_tree_t* tree; /* index tree struct */
UT_LIST_NODE_T(dict_index_t)
tree_indexes; /* list of indexes of the same index
tree */
btr_search_t* search_info; /* info used in optimistic searches */
/*----------------------*/
ib_longlong* stat_n_diff_key_vals;
......
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