| 85 | { select_limit_cnt= HA_POS_ERROR; offset_limit_cnt= 0; with_ties= false;} |
| 86 | |
| 87 | bool check_offset(ha_rows sent) const |
| 88 | { |
| 89 | return sent < offset_limit_cnt; |
| 90 | } |
| 91 | void remove_offset() { offset_limit_cnt= 0; } |
| 92 | |
| 93 | ha_rows get_select_limit() const |
no outgoing calls
no test coverage detected