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

MySQL TokuDB tests on MariaDB 10

prohaska edited this page Sep 19, 2014 · 1 revision

MySQL TokuDB tests on MariaDB 10

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

The script is run from the mysql test directory.

cd mysql-test
run.mysql.tokudb.tests.with.valgrind.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