MCPcopy Create free account
hub / github.com/MariaDB/server / processing_as_multitable_update_prohibited

Method processing_as_multitable_update_prohibited

sql/sql_update.cc:3052–3058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3050*/
3051
3052bool Sql_cmd_update::processing_as_multitable_update_prohibited(THD *thd)
3053{
3054 SELECT_LEX *const select_lex = thd->lex->first_select_lex();
3055 return
3056 (select_lex->order_list.elements &&
3057 select_lex->limit_params.select_limit);
3058}
3059
3060
3061/**

Callers 2

find_dup_tableFunction · 0.80

Calls 1

first_select_lexMethod · 0.80

Tested by

no test coverage detected