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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user