Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ is_recursive_with_table
Method
is_recursive_with_table
sql/sql_cte.cc:1395–1398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1393
1394
1395
bool TABLE_LIST::is_recursive_with_table()
1396
{
1397
return with && with->is_recursive;
1398
}
1399
1400
1401
/*
Callers
8
check_for_splittable_materialized
Method · 0.80
resolve_references_to_cte
Method · 0.80
check_unrestricted_recursive
Method · 0.80
mysql_derived_prepare
Function · 0.80
mysql_derived_fill
Function · 0.80
pushdown_cond_for_derived
Function · 0.80
preread_init
Method · 0.80
cleanup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected