mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MWL#90: Address review feedback part #1
This commit is contained in:
@ -5335,6 +5335,13 @@ bool st_table::is_children_attached(void)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Return TRUE if the table is filled at execution phase
|
||||
|
||||
(and so, the optimizer must not do anything that depends on the contents of
|
||||
the table, like range analysis or constant table detection)
|
||||
*/
|
||||
|
||||
bool st_table::is_filled_at_execution()
|
||||
{
|
||||
return test(pos_in_table_list->jtbm_subselect);
|
||||
|
Reference in New Issue
Block a user