Updated sandbox script to allow enabling TokuDB

This commit is contained in:
Carlos Salguero
2017-12-14 10:50:32 -03:00
parent 0c5f329b86
commit e794f06d2b
3 changed files with 196 additions and 182 deletions

View File

@@ -83,6 +83,11 @@ cd ${HOME}/perldev/percona-toolkit
sandbox/test-env start
```
To stop the MySQL sandbox: `sandbox/test-env stop`
To enable TokuDB (only available in Percona Server 5.7+), run:
```
ENABLE_TOKUDB=1 sandbox/test-env start
```
### Running tests
```