1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Bump version to 1.1.0

This commit is contained in:
Andrew Hutchings
2017-01-18 15:09:46 +00:00
parent 7ea19304c8
commit cc58acb510
2 changed files with 8 additions and 12 deletions

View File

@ -1,15 +1,11 @@
#MariaDB ColumnStore Storage/Execution engine 1.0.6
MariaDB ColumnStore 1.0.6 is the development version of MariaDB ColumnStore.
It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.19 and adding entirely
#MariaDB ColumnStore Storage/Execution engine 1.1.0
MariaDB ColumnStore 1.1.0 is the development version of MariaDB ColumnStore.
It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.21 and adding entirely
new features not found anywhere else.
#MariaDB ColumnStore 1.0.6 is an GA release.
This is the first MariaDB ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0
series are included in this release.
#MariaDB ColumnStore 1.1.0 is an development release.
Additional features will be pushed in future releases.
A few things to notice:
- Do not use alpha releases on production systems.
- Do not use development releases on production systems.
#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.

View File

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