Builds verified: 1.2.6-1, 1.4.4-1, 1.5.0-1 source
1.2.6-1
/root/ColumnStore/buildColumnstoreFromGithubSource/mariadb-columnstore-server
commit d3294cf9c18663673c62532dddaa11369ba184d0
Merge: 2ef719d c5be945
Author: Andrew Hutchings <andrew@linuxjedi.co.uk>
Date: Thu Oct 31 15:06:48 2019 +0000
commit 4db1eb1f71aaafd375a332c55d72a80c8d14f145
Merge: d5179a1 bb2ad91
Author: Patrick LeBlanc <43503225+pleblanc1976@users.noreply.github.com>
Date: Fri May 1 09:33:48 2020 -0500
1.4.4-1
/root/ColumnStore/buildColumnstoreFromGithubSource/server
commit 00abe03ad1da3719e06f7112000a331ee2b6786a
Author: Patrick LeBlanc <43503225+pleblanc1976@users.noreply.github.com>
Date: Wed Apr 29 10:00:54 2020 -0500
/root/ColumnStore/buildColumnstoreFromGithubSource/server/engine
commit 2b67ac7f3537bd4b4d132c8a6c3a53e4cc63f4a1
Merge: beaac49 23d65dc
Author: benthompson15 <ben.thompson.015@gmail.com>
Date: Tue Apr 28 15:40:45 2020 -0500
1.5.0-1
/root/ColumnStore/buildColumnstoreFromGithubSource/server
commit 25eb50d6c002e987e2d240402391549d408c18d9
Author: Alexey Bychko <abychko@gmail.com>
Date: Thu Apr 23 12:36:13 2020 +0700
commit 6ad38ccc28d31a099d052e5de827543808843a3c
Merge: 658abae bb3e76b
Author: benthompson15 <ben.thompson.015@gmail.com>
Date: Fri Apr 24 14:31:09 2020 -0500
QA: The following query broke before this patch:
select group_concat(o_orderpriority order by m1 desc) as grouped_pri from (select o_orderpriority, sum(o_totalprice) as m1 from orders where o_orderkey < 1000 group by 1) as s1;