1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2022-01-20 07:39:11 +02:00
4 changed files with 77 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ class Select_limit_counters
void set_limit(ha_rows limit, ha_rows offset, bool with_ties_arg)
{
if (limit == 0)
offset= 0;
offset_limit_cnt= offset;
select_limit_cnt= limit;
with_ties= with_ties_arg;