| 4497 | */ |
| 4498 | |
| 4499 | void st_select_lex_unit::set_limit(st_select_lex *sl) |
| 4500 | { |
| 4501 | DBUG_ASSERT(!thd->stmt_arena->is_stmt_prepare()); |
| 4502 | |
| 4503 | lim.set_limit(sl->get_limit(), sl->get_offset(), sl->limit_params.with_ties); |
| 4504 | } |
| 4505 | |
| 4506 | /** |
| 4507 | Decide if a temporary table is needed for the UNION. |
no test coverage detected