Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a79d9bff
Commit
a79d9bff
authored
Jan 26, 2015
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tokudb README for 7.5.5
parent
1abb2286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+5
-4
No files found.
README.md
View file @
a79d9bff
...
@@ -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.4
0 with TokuDB 7.5.3
:
To build MySQL 5.5.4
1 with TokuDB 7.5.5
:
```
sh
```
sh
scripts/make.mysql.bash
--mysqlbuild
=
mysql-5.5.4
0-tokudb-7.5.3
-linux-x86_64
scripts/make.mysql.bash
--mysqlbuild
=
mysql-5.5.4
1-tokudb-7.5.5
-linux-x86_64
```
```
To build MariaDB 5.5.4
0 with TokuDB 7.5.3
:
To build MariaDB 5.5.4
1 with TokuDB 7.5.5
:
```
sh
```
sh
scripts/make.mysql.bash
--mysqlbuild
=
mariadb-5.5.4
0-tokudb-7.5.3
-linux-x86_64
scripts/make.mysql.bash
--mysqlbuild
=
mariadb-5.5.4
1-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
----------
----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment