Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ is_with_table_recursive_reference
Method
is_with_table_recursive_reference
sql/sql_cte.cc:1407–1411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1405
*/
1406
1407
bool TABLE_LIST::is_with_table_recursive_reference()
1408
{
1409
return (with_internal_reference_map &&
1410
(with->get_mutually_recursive() & with_internal_reference_map));
1411
}
1412
1413
1414
/*
Callers
10
init_derived
Method · 0.80
set_explain_type
Method · 0.80
resolve_references_to_cte
Method · 0.80
check_unrestricted_recursive
Method · 0.80
check_subqueries_with_recursive_references
Method · 0.80
mysql_derived_prepare
Function · 0.80
mysql_derived_fill
Function · 0.80
save_explain_data
Method · 0.80
prepare
Method · 0.80
cleanup
Method · 0.80
Calls
1
get_mutually_recursive
Method · 0.80
Tested by
no test coverage detected