mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handling
This commit is contained in:
@ -56,6 +56,7 @@ struct Query
|
||||
ORDER *order_by;
|
||||
Item *having;
|
||||
// LIMIT
|
||||
//ha_rows select_limit_cnt, offset_limit_cnt;
|
||||
};
|
||||
|
||||
class group_by_handler
|
||||
|
Reference in New Issue
Block a user