Igor Babaev
78b5e8d6ca
Fixed bug mdev-11745.
...
Due to this bug many queries that contained a window function
with MIN/MAX aggregation returned wrong results.
Calculation of a MIN/MAX aggregate function uses cache objects
and a comparator object that are created and set up in
Item_sum_hybrid::fix_fields () by a call of Item_sum_hybrid::setup_hybrid().
The latter binds the objects to the first argument of the
MIN/MAX function. Meanwhile window function perform aggregation
over fields of a temporary table. So binding must be done rather to
these fields. The earliest moment when setup the objects used in
MIN/max functions can be done is after all calls of the method
split_sum_func().
This patch introduces this late setup, but only for aggregate
functions used in window functions.
Probably it makes sense to use this late setup for all MIN/MAX
objects.
2017-02-09 19:34:01 -08:00
..
2016-10-05 01:11:08 +03:00
2017-01-10 14:39:28 +02:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-21 22:40:52 +02:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2017-01-19 12:06:13 +02:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:27:36 +01:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-09-19 12:31:19 +04:00
2016-10-05 01:11:08 +03:00
2016-10-09 01:20:17 +02:00
2016-10-05 01:11:07 +03:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-10-05 01:11:08 +03:00
2016-12-29 13:23:18 +01:00
2017-01-18 21:03:01 -08:00
2017-01-28 15:47:11 -08:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:45 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:45 +01:00
2016-12-12 20:44:45 +01:00
2016-11-08 20:57:19 +04:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:45 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:44:45 +01:00
2016-09-23 14:19:07 +04:00
2016-12-12 20:44:45 +01:00
2016-09-23 14:19:07 +04:00
2017-02-08 06:47:39 +04:00
2016-09-23 14:19:07 +04:00
2017-02-08 06:47:39 +04:00
2016-09-23 14:19:07 +04:00
2016-09-23 14:19:07 +04:00
2016-12-29 13:23:18 +01:00
2016-10-05 01:11:07 +03:00
2016-10-05 01:11:07 +03:00
2016-12-21 13:18:45 +04:00
2017-01-23 22:25:29 +04:00
2016-10-05 01:11:08 +03:00
2017-01-24 13:12:20 -08:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-10-05 01:11:08 +03:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-10-05 01:11:07 +03:00
2016-10-19 20:20:47 +02:00
2016-12-03 22:03:38 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-20 00:42:46 -08:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2017-02-10 01:05:27 +04:00
2016-12-12 20:44:46 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:35:41 +01:00
2016-10-05 01:11:08 +03:00
2016-10-05 01:11:08 +03:00
2017-01-24 22:39:55 +04:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-11 09:53:42 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-09-21 10:03:16 +02:00
2016-12-29 13:23:49 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:49 +01:00
2016-12-12 20:27:25 +01:00
2016-12-29 13:23:49 +01:00
2016-09-21 09:13:33 +04:00
2016-12-29 13:23:18 +01:00
2016-12-21 13:18:45 +04:00
2016-12-29 13:23:18 +01:00
2016-12-21 13:18:45 +04:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2017-01-31 23:41:10 +04:00
2016-10-05 01:11:08 +03:00
2016-10-05 01:11:08 +03:00
2016-12-11 09:53:42 +01:00
2016-12-21 13:18:45 +04:00
2016-12-21 13:18:45 +04:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:35:41 +01:00
2016-10-26 18:44:34 +02:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-11-03 16:35:15 +04:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:49 +01:00
2016-12-29 13:23:49 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:35:41 +01:00
2016-10-05 01:11:07 +03:00
2016-10-14 01:12:04 +02:00
2016-11-02 13:44:07 +01:00
2016-11-03 13:37:15 +01:00
2016-10-19 20:20:47 +02:00
2016-11-03 13:37:15 +01:00
2016-10-05 01:11:07 +03:00
2017-01-26 17:39:36 +00:00
2017-01-26 17:39:36 +00:00
2016-11-02 13:44:07 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-10-25 10:09:33 +04:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-11-03 16:35:15 +04:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-21 13:18:45 +04:00
2017-01-18 08:43:11 +02:00
2016-12-29 13:23:18 +01:00
2017-02-08 10:22:42 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-12 20:27:25 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:35:41 +01:00
2017-01-05 10:48:03 +02:00
2016-12-29 13:23:18 +01:00
2017-01-24 17:22:06 +04:00
2016-12-12 20:44:41 +01:00
2016-09-19 09:47:08 +02:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-10-05 01:11:08 +03:00
2017-01-24 17:29:51 +04:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:35:41 +01:00
2016-11-21 02:32:48 +03:00
2016-09-28 17:59:11 +02:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-10-05 01:11:08 +03:00
2016-10-05 01:11:08 +03:00
2017-01-06 10:46:21 +01:00
2016-12-30 08:56:13 +02:00
2017-01-24 17:29:51 +04:00
2016-10-06 12:31:23 +02:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-21 13:18:45 +04:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2017-01-24 21:02:43 +05:30
2017-01-24 21:02:43 +05:30
2017-01-24 01:21:43 +05:30
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:41 +01:00
2016-11-21 17:14:14 -05:00
2016-10-05 01:11:08 +03:00
2016-10-05 01:11:07 +03:00
2017-01-15 07:41:13 +01:00
2016-10-05 01:11:07 +03:00
2016-10-05 01:11:08 +03:00
2016-10-05 01:11:08 +03:00
2016-11-03 16:35:15 +04:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:41 +01:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-29 13:23:18 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:41 +01:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:35:41 +01:00
2016-12-12 20:44:41 +01:00
2016-09-27 09:21:19 +02:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-10-05 01:11:08 +03:00
2016-12-12 20:44:41 +01:00
2016-09-28 22:14:27 +02:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2016-12-12 20:44:41 +01:00
2017-01-05 20:44:26 +02:00
2016-10-26 18:44:34 +02:00
2016-09-24 15:12:34 +02:00
2017-02-09 19:34:01 -08:00
2016-09-24 15:12:34 +02:00
2016-09-24 15:12:34 +02:00
2016-09-24 15:12:34 +02:00
2016-09-24 15:09:39 +02:00
2016-09-24 15:12:34 +02:00
2016-09-24 15:12:34 +02:00
2017-02-09 19:34:01 -08:00
2016-12-29 13:23:49 +01:00