Commit a79d9bff authored by Rich Prohaska's avatar Rich Prohaska

update tokudb README for 7.5.5

parent 1abb2286
...@@ -30,14 +30,14 @@ working MySQL or MariaDB with Tokutek patches, and with the TokuDB storage ...@@ -30,14 +30,14 @@ working MySQL or MariaDB with Tokutek patches, and with the TokuDB storage
engine, called `make.mysql.bash`. This script will download copies of the engine, called `make.mysql.bash`. This script will download copies of the
needed source code from github and build everything. needed source code from github and build everything.
To build MySQL 5.5.40 with TokuDB 7.5.3: To build MySQL 5.5.41 with TokuDB 7.5.5:
```sh ```sh
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.40-tokudb-7.5.3-linux-x86_64 scripts/make.mysql.bash --mysqlbuild=mysql-5.5.41-tokudb-7.5.5-linux-x86_64
``` ```
To build MariaDB 5.5.40 with TokuDB 7.5.3: To build MariaDB 5.5.41 with TokuDB 7.5.5:
```sh ```sh
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.40-tokudb-7.5.3-linux-x86_64 scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.41-tokudb-7.5.5-linux-x86_64
``` ```
Before you start, make sure you have a C++11-compatible compiler (GCC >= Before you start, make sure you have a C++11-compatible compiler (GCC >=
...@@ -59,6 +59,7 @@ repositories, run this: ...@@ -59,6 +59,7 @@ repositories, run this:
scripts/make.mysql.debug.env.bash scripts/make.mysql.debug.env.bash
``` ```
We use gcc from devtoolset-1.1 on CentOS 5.9 for builds.
Contribute Contribute
---------- ----------
......
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