A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/percona/tokudb-percona-server-5.6/wiki/Build-a-debug-environment below:

Build a debug environment · percona/tokudb-percona-server-5.6 Wiki · GitHub

###'Git' all of your sources

git clone -b 5.6 git@github.com:percona/percona-server percona-server
git clone git@github.com:percona/tokudb-engine tokudb-engine
git clone git@github.com:percona/PerconaFT PerconaFT

###Alternative way of download using https instead

git clone -b 5.6 https://github.com/percona/percona-server percona-server  
git clone https://github.com/percona/tokudb-engine tokudb-engine
git clone https://github.com/percona/perconaFT PerconaFT

###Set up symlinks so that tokudb-engine appears as a server storage engine and PerconaFT appears as a part of tokudb-engine

ln -s ../../tokudb-engine/storage/tokudb percona-server/storage
ln -s ../../../PerconaFT tokudb-engine/storage/tokudb

###Do out-of-source build and install, installed server binaries will be in ./percona-server-install

mkdir percona-server-build
cd percona-server-build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../percona-server-install -DMYSQL_MAINTAINER_MODE=OFF ../percona-server
make install # -j<num_cpus>

###See these links for testing and setup Install the TokuDB plugins
Run MySQL tests with TokuDB


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4