mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.3 merge
This commit is contained in:
@ -1860,6 +1860,7 @@ struct TABLE_LIST
|
||||
/* TRUE <=> derived table should be filled right after optimization. */
|
||||
bool fill_me;
|
||||
/* TRUE <=> view/DT is merged. */
|
||||
/* TODO: replace with derived_type */
|
||||
bool merged;
|
||||
bool merged_for_insert;
|
||||
/* TRUE <=> don't prepare this derived table/view as it should be merged.*/
|
||||
|
Reference in New Issue
Block a user