mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
update README for tokudb 7.5.0
This commit is contained in:
parent
d589648edd
commit
6ce778b5f9
1 changed files with 4 additions and 4 deletions
|
@ -24,14 +24,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
|
||||
needed source code from github and build everything.
|
||||
|
||||
To build MySQL 5.5.38 with TokuDB 7.1.7:
|
||||
To build MySQL 5.5.39 with TokuDB 7.5.0:
|
||||
```sh
|
||||
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.38-tokudb-7.1.7-linux-x86_64
|
||||
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.39-tokudb-7.5.0-linux-x86_64
|
||||
```
|
||||
|
||||
To build MariaDB 5.5.38 with TokuDB 7.1.7:
|
||||
To build MariaDB 5.5.39 with TokuDB 7.5.0:
|
||||
```sh
|
||||
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.38-tokudb-7.1.7-linux-x86_64
|
||||
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.39-tokudb-7.5.0-linux-x86_64
|
||||
```
|
||||
|
||||
Before you start, make sure you have a C++11-compatible compiler (GCC >=
|
||||
|
|
Loading…
Reference in a new issue