mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Initial implementation of RANK() window function
This commit is contained in:
@ -22341,6 +22341,11 @@ int test_if_item_cache_changed(List<Cached_item> &list)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
@return
|
||||
-1 - Group not changed
|
||||
value>=0 - Number of the component where the group changed
|
||||
*/
|
||||
|
||||
static int
|
||||
test_if_group_changed(List<Cached_item> &list)
|
||||
|
Reference in New Issue
Block a user