mariadb/storage/tokudb
Michael Widenius 7335c6f2a4 Fixed failures in tokudb test cases
storage/tokudb/mysql-test/tokudb_bugs/r/5733_innodb.result:
  Speed up test
storage/tokudb/mysql-test/tokudb_bugs/r/5733_tokudb.result:
  Speed up test
  Fix results
storage/tokudb/mysql-test/tokudb_bugs/r/xa-6.result:
  Ensure that mysql.proc is properly closed
storage/tokudb/mysql-test/tokudb_bugs/t/5733_innodb.test:
  Speed up test
storage/tokudb/mysql-test/tokudb_bugs/t/5733_tokudb.test:
  Speed up test
  Accept both index and range scan for one query
storage/tokudb/mysql-test/tokudb_bugs/t/xa-6.test:
  Ensure that mysql.proc is properly closed
2014-01-24 14:30:19 +02:00
..
doc more doc updates 2013-04-17 00:02:07 -04:00
ft-index set CMP0022 policy to avoid cmake warnings 2013-11-20 11:50:27 +01:00
mysql-test Fixed failures in tokudb test cases 2014-01-24 14:30:19 +02:00
scripts merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
tests tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
CMakeLists.in [t:2342], get static linking of fractal tree to handlerton working 2013-04-17 00:01:58 -04:00
CMakeLists.txt update tokudb version. mask tests that are broken there. 2013-12-12 11:42:00 +01:00
COPYING merge with git://github.com/Tokutek/ft-engine.git up to tokudb-7.0.4 2013-09-09 11:12:52 +02:00
ha_tokudb.cc merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
ha_tokudb.h merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
ha_tokudb_admin.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
ha_tokudb_alter_55.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
ha_tokudb_alter_56.cc merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
ha_tokudb_alter_common.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
ha_tokudb_mrr_maria.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
ha_tokudb_mrr_mysql.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
ha_tokudb_update.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
hatoku_cmp.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
hatoku_cmp.h tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
hatoku_defines.h merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
hatoku_hton.cc merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
hatoku_hton.h #122 change default compression to zlib and add a session variable to control create info row format 2013-10-07 09:11:51 -04:00
README.md merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
tokudb.cnf clarify plugin-load usage in tokudb.cnf file 2014-01-21 17:20:51 +01:00
tokudb_buffer.h tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
tokudb_card.h tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
tokudb_math.h tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
tokudb_status.h tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
tokudb_update_fun.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00
tokudb_vlq.h tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:44:43 -04:00

TokuDB

TokuDB is a high-performance, transactional storage engine for MySQL and MariaDB. For more details, see our product page.

This repository contains the MySQL plugin that uses the TokuKV core.

There are also patches to the MySQL and MariaDB kernels, available in our forks of mysql and 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.4:

scripts/make.mysql.bash --mysqlbuild=mysql-5.5.30-tokudb-7.0.4-linux-x86_64

To build MariaDB with TokuDB 7.0.4:

scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.30-tokudb-7.0.4-linux-x86_64

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 header files for valgrind,zlib, and Berkeley DB. On Centos, yum install valgrind-devel zlib-devel libdb-devel, on Ubuntu, apt-get install valgrind zlib1g-dev libdb-dev.

You can set the compiler by passing --cc and --cxx to the script, to select one that's new enough. The default is scripts/make.mysql.bash --cc=gcc47 --cxx=g++47, which may not exist on your system.

Contributing

Please report bugs in TokuDB here on github.

We have two publicly accessible mailing lists:

We are also available on IRC on freenode.net, in the #tokutek channel.

License

TokuDB is available under the GPL version 2. See COPYING

The TokuKV component of TokuDB is available under the GPL version 2, with slight modifications. See README-TOKUDB.