Serguey Zefirov
6e995e2e80
fix: MCOL-5755: incorrect handling of BLOB (and TEXT) in GROUP BY
...
BLOB fields did not work as grouping keys at all, they were assigned
value NULL for any value, be it NULL or not. The fix is in the
rowaggregation.cpp in the initMapping(), a switch/case branch was added
to handle BLOB field copying there.
Also, TEXT columns did not distinguish between NULL and empty string in
the grouping algorithm, now they do. The fix is in the equals()
function, now we specifically check for isNull() equality between
values.
2024-07-11 11:03:05 +03:00
..
2022-08-11 15:16:11 -05:00
2023-03-02 15:59:42 +00:00
2022-08-04 16:16:38 +03:00
2022-01-21 16:43:49 +00:00
2024-06-16 19:16:23 +04:00
2023-09-05 15:46:29 +03:00
2022-01-21 16:43:49 +00:00
2022-08-15 13:35:30 +03:00
2024-03-14 19:39:29 +04:00
2023-04-04 02:33:23 +03:00
2024-07-11 11:03:05 +03:00
2022-01-21 16:43:49 +00:00
2019-08-07 14:43:25 -05:00
2023-04-14 10:33:27 +00:00
2023-04-14 10:33:27 +00:00
2022-01-21 16:43:49 +00:00
2022-08-24 19:07:06 +00:00
2022-02-17 13:08:58 +03:00
2022-01-21 16:43:49 +00:00
2022-02-17 13:08:58 +03:00
2021-05-25 12:34:36 +04:00
2021-05-25 12:34:36 +04:00
2021-05-25 12:34:36 +04:00
2023-03-02 15:59:42 +00:00
2022-01-21 16:43:49 +00:00
2023-08-11 13:00:30 +00:00
2023-02-02 15:08:01 +02:00
2022-01-21 16:43:49 +00:00
2022-06-09 14:34:50 +00:00
2023-04-14 10:33:27 +00:00
2023-04-14 10:33:27 +00:00
2023-03-02 15:59:42 +00:00
2022-07-22 12:25:24 -05:00
2022-10-07 10:32:54 +00:00
2022-10-07 10:32:54 +00:00
2023-03-02 15:59:42 +00:00
2022-04-04 11:46:33 +00:00
2023-03-06 15:06:40 +03:00
2023-03-06 15:06:40 +03:00
2022-03-28 12:32:29 +00:00
2023-11-28 17:33:02 +03:00
2023-11-17 17:14:35 +03:00
2022-01-21 16:43:49 +00:00
2022-01-21 16:43:49 +00:00
2022-01-21 16:43:49 +00:00
2022-08-11 15:16:11 -05:00
2023-09-20 12:23:22 -04:00
2022-07-08 22:30:02 +02:00
2022-01-21 16:43:49 +00:00