mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
63f8e1ce7147fef2804b44587817bcafcfd35164
When the API inserts data into ColumnStore which will roll over into a new extent that data wasn't being put into the new extent and corruption occured. This patch now tracks the additional data and inserts it into the new extent. It also makes sure the LBIDs are stored so that they are correctly committed.
#MariaDB ColumnStore Storage/Execution engine 1.1.3 GA MariaDB ColumnStore 1.1.3 GA is the development version of MariaDB ColumnStore. It is built by porting InfiniDB 4.6.7 on MariaDB 10.2.9 and adding entirely new features not found anywhere else.
#MariaDB ColumnStore 1.1.3 is an GA release.
#Building This repository is not meant to be built independently outside of the server. This repository is integrated into http://mariadb-corporation/mariadb-columnstore-server (ie, the server) as a git submodule. As such, you can find complete build instructions on the server page.
https://github.com/mariadb-corporation/mariadb-columnstore-server
#Issue tracking Issue tracking of MariaDB ColumnStore happens in JIRA, https://jira.mariadb.org/browse/MCOL
Languages
C++
88.9%
Shell
2.9%
C
2.9%
Python
2.6%
Assembly
1.3%
Other
1.2%