Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ processing_as_multitable_delete_prohibited
Method
processing_as_multitable_delete_prohibited
sql/sql_delete.cc:1846–1850 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1844
*/
1845
1846
bool Sql_cmd_delete::processing_as_multitable_delete_prohibited(THD *thd)
1847
{
1848
return
1849
(thd->lex->has_returning());
1850
}
1851
1852
1853
/**
Callers
2
find_dup_table
Function · 0.80
is_sj_conversion_prohibited
Method · 0.80
Calls
1
has_returning
Method · 0.80
Tested by
no test coverage detected