mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Percentile class implemented, most of the functions have the same functionalite as the percentile cont class
This commit is contained in:
@ -2540,6 +2540,7 @@ void add_special_frame_cursors(THD *thd, Cursor_manager *cursor_manager,
|
||||
cursor_manager->add_cursor(fc);
|
||||
break;
|
||||
}
|
||||
case Item_sum::PERCENTILE_CONT_FUNC:
|
||||
case Item_sum::PERCENTILE_DISC_FUNC:
|
||||
{
|
||||
fc= new Frame_unbounded_preceding(thd,
|
||||
|
Reference in New Issue
Block a user