Commit 4f94e06b authored by Rich Prohaska's avatar Rich Prohaska

Merge branch 'master' into releases/tokudb-7.5

parents e7a47670 088a2585
TokuDB
======
TokuDB is a high-performance, write optimized, transactional storage engine for MySQL and
MariaDB. For more details, see our [product page][products].
TokuDB is a high-performance, write optimized, transactional storage engine for MySQL, MariaDB, and Percona Server.
For more details, see our [product page][products].
This repository contains the MySQL plugin that uses the [TokuFT][tokuft]
core.
This repository contains the MySQL plugin that uses the [TokuFT][tokuft] core.
There are also patches to the MySQL and MariaDB kernels, available in our
forks of [mysql][mysql] and [mariadb][mariadb].
......@@ -15,23 +14,30 @@ forks of [mysql][mysql] and [mariadb][mariadb].
[mysql]: http://github.com/Tokutek/mysql
[mariadb]: http://github.com/Tokutek/mariadb
Building
Download
--------
* [MySQL 5.5 + TokuDB](http://www.tokutek.com/tokudb-for-mysql/download-community/)
* [MariaDB 5.5 + TokuDB](http://www.tokutek.com/tokudb-for-mysql/download-community/)
* [MariaDB 10.0 + TokuDB](https://downloads.mariadb.org/)
* [Percona Server 5.6 + TokuDB](http://www.percona.com/downloads/)
Build
-----
The `scripts/` directory contains a script that can be used to build a
working MySQL or MariaDB with Tokutek patches, and with the TokuDB storage
engine, called `make.mysql.bash`. This script will download copies of the
needed source code from github and build everything.
To build MySQL 5.5.39 with TokuDB 7.5.2:
To build MySQL 5.5.40 with TokuDB 7.5.3:
```sh
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.39-tokudb-7.5.2-linux-x86_64
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.40-tokudb-7.5.3-linux-x86_64
```
To build MariaDB 5.5.39 with TokuDB 7.5.2:
To build MariaDB 5.5.40 with TokuDB 7.5.3:
```sh
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.39-tokudb-7.5.2-linux-x86_64
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.40-tokudb-7.5.3-linux-x86_64
```
Before you start, make sure you have a C++11-compatible compiler (GCC >=
......@@ -54,10 +60,10 @@ scripts/make.mysql.debug.env.bash
```
Contributing
------------
Contribute
----------
Please report bugs in TokuDB here on github.
Please report TokuDB bugs at https://tokutek.atlassian.net/browse/DB.
We have two publicly accessible mailing lists:
......@@ -66,7 +72,7 @@ We have two publicly accessible mailing lists:
- tokudb-dev@googlegroups.com is for discussion of the development of
TokuDB.
We are also available on IRC on freenode.net, in the #tokutek channel.
We are on IRC on freenode.net, in the #tokutek channel.
License
......@@ -74,7 +80,7 @@ License
TokuDB is available under the GPL version 2. See [COPYING][copying]
The TokuKV component of TokuDB is available under the GPL version 2, with
The TokuFT component of TokuDB is available under the GPL version 2, with
slight modifications. See [README-TOKUDB][license].
[copying]: http://github.com/Tokutek/tokudb-engine/blob/master/COPYING
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment