Added export for PERCONA_TOOLKIT_BRANCH

This commit is contained in:
ぐりあんどろ
2016-12-29 18:13:51 -03:00
committed by GitHub
parent 4f8a9f9630
commit 34c232bbe4

View File

@@ -70,6 +70,7 @@ tar xvzf Percona-Server-5.6.32-rel78.1-Linux.x86_64.ssl100.tar.gz --strip 1 -C $
###Set up environment variables:
We need these environment variables to start the MySQL sandbox and to run the tests. Probably it is a good idea to add them to your `.bashrc` file.
```
export PERCONA_TOOLKIT_BRANCH=${HOME}/perldev/percona-toolkit
export PERL5LIB=${HOME}/perldev/percona-toolkit/lib
export PERCONA_TOOLKIT_SANDBOX=${HOME}/mysql/percona-server-5.6.32
```