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