Skip to content

Releases: mariadb-corporation/mariadb-columnstore-engine

Columnstore 23.10.4-1

16 May 12:51
Compare
Choose a tag to compare

Notable Changes

  • New memory consumption accounting mechanism to prevent OOM events-related crashes. (MCOL-5797)
  • FROM_UNIXTIME(negativeDecimal) not behaving as InnoDB (MCOL-4605)
  • SEC_TO_TIME(wideDecimal) returns 0 in DECIMAL context (MCOL-4607)
  • MOD loses precision on huge narrow decimal (MCOL-4611)
  • Different results compared to innodb with union all and subselect with null in select and impossible where condition (MCOL-4942)
  • cmapi support for log collection (MCOL-5300)
  • JSON_ARRAYAGG in MCS works differently than in InnoDB. (MCOL-5394)
  • CLI Startup - Single start command for Single Node (MCOL-5525)
  • Alias "mcs CLUSTER" commands to just mcs (MCOL-5526)
  • Cmapi (mcs cli) support for columnstore backups (MCOL-5618)
  • Improve Client Error Messaging and async broadcasting config. (MCOL-5638)
  • CTE/aggreation function give wrong results (MCOL-5842)
  • DROP TABLE IF EXISTS should not generate errors for non existing tables (MCOL-5890)
  • Disk based GROUP_CONCAT() (MCOL-5921)
  • NULLIF function returns -32768 instead of NULL when querying a Columnstore table (MCOL-5922)
  • when a value of a column is empty text ('') the result of group_concat(json_object(...)) is null instead of the correct result set (MCOL-5986)

Issues Fixed

Can result in hang or crash

  • Creating different keys with cskeys on all nodes can break cluster(key not distributed properly) (MCOL-5019)
  • Bitwise aggregation functions do not work with wide decimals (internal error) (MCOL-5386)
  • Loss of PrimProc can lead to infinite loop (MCOL-5396)
    GROUP_CONCAT in query uses enormous amount of RAM causing OOM to kill PrimProc (MCOL-5852)
  • mariadbd crashing randomly when running "SELECT calShowPartitions(" (MCOL-5879)
  • SubAdapterStep::execute() MCS-2035 Fix Requested (MCOL-5889)
  • primproc oversubscribes memory (MCOL-5918)
  • primproc 11/SEGV - querying a view (MCOL-5932)
  • Fix rollbacks in mcs cli and passing errors during broadcasting config. (MCOL-5962)

Related to performance

  • Subselect sorting is single-threaded always (MCOL-5316)

What's Changed

Read more

Columnstore 23.10.1-1

14 May 11:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: vcolumnstore-23.10.0-2...vcolumnstore-23.10.1-1

ColumnStore 23.10.0-1 release for ES 10.6.15 and CS 11.1.2/11.2.1

05 Oct 17:49
Compare
Choose a tag to compare
vcolumnstore-23.10.0-1

fix(packaging) dh_missing: warning are treated as errors for buildbot…

ColumnStore 23.02.4-1 release for Enterprise Server 10.6.14-9

30 Jun 19:51
Compare
Choose a tag to compare
MCOL-5521: Use Columnstore VERSION file for CMAPI versioning.

[fix] columnstore_version.cmake setting extra variables for CMAPI versioning
[fix] CMAPI CmakeLists.txt using columnstore_version.cmake file
[fix] CMAPI VERSION file to template file due to using it inside CMAPI applicatio
n

ColumnStore 23.02.3-1 release for Enterprise Server 10.6.12-7

04 May 16:30
Compare
Choose a tag to compare
vcolumnstore-23.02.3-1

MCOL-5437 Fixes to follow the charset_info api change introduced by M…

ColumnStore 23.02.2-1 release for Enterprise Server 10.6.12-7

17 Apr 16:02
Compare
Choose a tag to compare
vcolumnstore-23.02.2-1

Bump VERSION to 23.02.2-1.

ColumnStore 23.02.1-1 release for Enterprise Server 10.6.12.-7

21 Mar 11:54
593376b
Compare
Choose a tag to compare
vcolumnstore-23.02.1-1

Update drone to use 10.6-enterprise server branch. (#2763)

ColumnStore 22.08.8-1

22 Feb 16:59
560c60d
Compare
Choose a tag to compare

ColumnStore 22.08.8-1 release for Enterprise Server 10.6.11-6.

v-columnstore-22.08.4-1

14 Dec 22:38
61d5f80
Compare
Choose a tag to compare

Release for enterprise server 10.6.9-5

Columnstore 22.08.3-1

07 Nov 21:03
f5aeb1c
Compare
Choose a tag to compare

Used with MariaDB Enterprise 10.6.9-5
Fixes multi-node issue