mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Changes for running test with MariaDB
This commit is contained in:
@@ -314,7 +314,7 @@ case $opt in
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $? -eq 0 -a "$MYSQL_VERSION" '>' "4.1" ]; then
|
||||
if [ $? -eq 0 ]; then
|
||||
SAKILA=${SAKILA:-1}
|
||||
if [ $SAKILA -eq 1 ]; then
|
||||
echo -n "Loading sakila database... "
|
||||
|
Reference in New Issue
Block a user