mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge trunk-bugfixing -> trunk-runtime
This commit is contained in:
@ -1060,6 +1060,7 @@ public:
|
||||
void prepare_for_position(void);
|
||||
void mark_columns_used_by_index_no_reset(uint index, MY_BITMAP *map);
|
||||
void mark_columns_used_by_index(uint index);
|
||||
void add_read_columns_used_by_index(uint index);
|
||||
void restore_column_maps_after_mark_index();
|
||||
void mark_auto_increment_column(void);
|
||||
void mark_columns_needed_for_update(void);
|
||||
@ -1354,7 +1355,7 @@ struct TABLE_LIST
|
||||
}
|
||||
|
||||
/*
|
||||
List of tables local to a subquery (used by SQL_LIST). Considers
|
||||
List of tables local to a subquery (used by SQL_I_List). Considers
|
||||
views as leaves (unlike 'next_leaf' below). Created at parse time
|
||||
in st_select_lex::add_table_to_list() -> table_list.link_in_list().
|
||||
*/
|
||||
|
Reference in New Issue
Block a user