MCPcopy 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
1846bool 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_tableFunction · 0.80

Calls 1

has_returningMethod · 0.80

Tested by

no test coverage detected