1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00

Merge pull request #541 from mariadb-corporation/VERSION

update version to 1.0.15
This commit is contained in:
Andrew Hutchings
2018-08-16 16:11:24 +01:00
committed by GitHub
3 changed files with 9 additions and 9 deletions

8
README
View File

@@ -1,9 +1,9 @@
This is MariaDB ColumnStore 1.0.14 This is MariaDB ColumnStore 1.0.15
MariaDB ColumnStore 1.0.14 is the development version of MariaDB ColumnStore. MariaDB ColumnStore 1.0.15 is the development version of MariaDB ColumnStore.
It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.26 and adding entirely It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.35 and adding entirely
new features not found anywhere else. new features not found anywhere else.
MariaDB ColumnStore 1.0.14 is an GA release. This is the first MariaDB MariaDB ColumnStore 1.0.15 is an GA release. This is the first MariaDB
ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0 ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0
series are included in this release. series are included in this release.

View File

@@ -1,9 +1,9 @@
#MariaDB ColumnStore Storage/Execution engine 1.0.14 #MariaDB ColumnStore Storage/Execution engine 1.0.15
MariaDB ColumnStore 1.0.14 is the development version of MariaDB ColumnStore. MariaDB ColumnStore 1.0.15 is the development version of MariaDB ColumnStore.
It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.26 and adding entirely It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.35 and adding entirely
new features not found anywhere else. new features not found anywhere else.
#MariaDB ColumnStore 1.0.14 is an GA release. #MariaDB ColumnStore 1.0.15 is an GA release.
#Building #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. 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.

View File

@@ -1,4 +1,4 @@
COLUMNSTORE_VERSION_MAJOR=1 COLUMNSTORE_VERSION_MAJOR=1
COLUMNSTORE_VERSION_MINOR=0 COLUMNSTORE_VERSION_MINOR=0
COLUMNSTORE_VERSION_PATCH=14 COLUMNSTORE_VERSION_PATCH=15
COLUMNSTORE_VERSION_RELEASE=1 COLUMNSTORE_VERSION_RELEASE=1