MCPcopy 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
1395bool TABLE_LIST::is_recursive_with_table()
1396{
1397 return with && with->is_recursive;
1398}
1399
1400
1401/*

Callers 8

mysql_derived_prepareFunction · 0.80
mysql_derived_fillFunction · 0.80
preread_initMethod · 0.80
cleanupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected