Commit 9c74f90d authored by Rich Prohaska's avatar Rich Prohaska

#140 run sql bench on percona builds

parent ff9f2dbb
...@@ -51,7 +51,7 @@ if [[ $mysqlbuild =~ (.*)-(tokudb-.*)-(linux)-(x86_64) ]] ; then ...@@ -51,7 +51,7 @@ if [[ $mysqlbuild =~ (.*)-(tokudb-.*)-(linux)-(x86_64) ]] ; then
system=${BASH_REMATCH[3]} system=${BASH_REMATCH[3]}
arch=${BASH_REMATCH[4]} arch=${BASH_REMATCH[4]}
else else
exit 1 echo $mysqlbuild is not a tokudb build
fi fi
# goto the base directory # goto the base directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment