mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.5 merge
This commit is contained in:
@@ -2170,9 +2170,11 @@ struct TABLE_LIST
|
||||
}
|
||||
inline void set_merged_derived()
|
||||
{
|
||||
DBUG_ENTER("set_merged_derived");
|
||||
derived_type= ((derived_type & DTYPE_MASK) |
|
||||
DTYPE_TABLE | DTYPE_MERGE);
|
||||
set_check_merged();
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
inline bool is_materialized_derived()
|
||||
{
|
||||
@@ -2180,9 +2182,11 @@ struct TABLE_LIST
|
||||
}
|
||||
void set_materialized_derived()
|
||||
{
|
||||
DBUG_ENTER("set_materialized_derived");
|
||||
derived_type= ((derived_type & DTYPE_MASK) |
|
||||
DTYPE_TABLE | DTYPE_MATERIALIZE);
|
||||
set_check_materialized();
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
inline bool is_multitable()
|
||||
{
|
||||
|
Reference in New Issue
Block a user