mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
766f0b812bfd4e2ab9866a69688761c396cf0a0d
If a VARCHAR was defined as less than 255 characters and a data via LDI or INSERT...SELECT was > 127 characters the length field would contain a negative number. In 1.0.11 and 1.1.0 this was not a problem because we cast the negative back again. With MCOL-877 we stoped doing the double-cast. This patch casts properly the first time.
#MariaDB ColumnStore Storage/Execution engine 1.0.11 MariaDB ColumnStore 1.0.11 is the development version of MariaDB ColumnStore. It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.26 and adding entirely new features not found anywhere else.
#MariaDB ColumnStore 1.0.11 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%