mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
update the README.md to 7.1.5
This commit is contained in:
parent
6b1b013c53
commit
5b07d31d3c
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -24,19 +24,20 @@ 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 with TokuDB 7.1.0:
|
To build MySQL 5.5.36 with TokuDB 7.1.5:
|
||||||
```sh
|
```sh
|
||||||
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.30-tokudb-7.1.0-linux-x86_64
|
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.36-tokudb-7.1.5-linux-x86_64
|
||||||
```
|
```
|
||||||
|
|
||||||
To build MariaDB with TokuDB 7.1.0:
|
To build MariaDB 5.5.36 with TokuDB 7.1.5:
|
||||||
```sh
|
```sh
|
||||||
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.30-tokudb-7.1.0-linux-x86_64
|
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.36-tokudb-7.1.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 >=
|
||||||
4.7 is recommended), as well as CMake >=2.8.8, and the libraries and
|
4.7 is recommended), as well as CMake >=2.8.8, and the libraries and
|
||||||
header files for valgrind,zlib, and Berkeley DB.
|
header files for valgrind,zlib, and Berkeley DB. We are using the gcc 4.7
|
||||||
|
in devtoolset-1.1.
|
||||||
|
|
||||||
On CentOS, `yum install valgrind-devel zlib-devel libdb-devel`
|
On CentOS, `yum install valgrind-devel zlib-devel libdb-devel`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue