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
6df48f58
Commit
6df48f58
authored
Apr 18, 2013
by
Leif Walsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first draft of readme
parent
a4dc2dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
0 deletions
+61
-0
README.md
README.md
+61
-0
No files found.
README.md
0 → 100644
View file @
6df48f58
TokuDB
======
TokuDB is a high-performance, transactional storage engine for MySQL and
MariaDB. For more details, see our
[
product page
][
products
]
.
This repository contains the MySQL plugin that uses the
[
TokuKV
][
tokukv
]
.
There are also patches to the MySQL and MariaDB kernels, available in our
forks of
[
mysql
][
mysql
]
and
[
mariadb
][
mariadb
]
.
[
products
]:
http://www.tokutek.com/products/tokudb-for-mysql/
[
tokukv
]:
http://github.com/Tokutek/ft-index
[
mysql
]:
http://github.com/Tokutek/mysql
[
mariadb
]:
http://github.com/Tokutek/mariadb
Building
--------
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 with TokuDB 7.0.0:
```
sh
scripts/make.mysql.bash
--git_tag
=
tokudb-7.0.0
```
To build MariaDB with TokuDB 7.0.0:
```
sh
scripts/make.mysql.bash
--git_tag
=
tokudb-7.0.0
--mysql
=
mariadb-5.5.30
```
Contributing
------------
Please report bugs in TokuKV here on github.
We have two publicly accessible mailing lists:
-
tokudb-user@googlegroups.com is for general and support related
questions about the use of TokuDB, TokuKV, and TokuDS.
-
tokudb-dev@googlegroups.com is for discussion of the development of
TokuDB, TokuKV, and TokuDS.
We are also available on IRC on freenode.org, in the #tokutek channel.
License
-------
TokuDB is available under the GPL version 2. See
[
COPYING
][
copying
]
.
TokuKV (a component of TokuDB) is available under the GPL with slight
modifications. See
[
README-TOKUDB
][
license
]
in the ft-index repository.
[
copying
]:
http://github.com/Tokutek/ft-engine/blob/master/COPYING
[
license
]:
http://github.com/Tokutek/ft-index/blob/master/README-TOKUDB
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