Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

MySQL TokuDB tests on Percona Server 5.6

prohaska edited this page Sep 19, 2014 · 1 revision

MySQL TokuDB tests on Percona Server 5.6

The run.mysql.tokudb.tests.bash script runs all of the TokuDB tests on a Percona Server build.

The script is run from the mysql test directory.

cd mysql-test
run.mysql.tokudb.test.bash

The test results are stored in a bunch of files suffixed with '.out'. The

egrep 'Completed:' *.out

command gets a summary of the test results.

Clone this wiki locally