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

Method fix_distinct

sql/sql_lex.cc:11362–11366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11360
11361
11362void st_select_lex_unit::fix_distinct()
11363{
11364 if (union_distinct && this != union_distinct->master_unit())
11365 reset_distinct();
11366}
11367
11368
11369void st_select_lex_unit::register_select_chain(SELECT_LEX *first_sel)

Calls 1

master_unitMethod · 0.80

Tested by

no test coverage detected