Changes for running test with MariaDB

This commit is contained in:
Tomislav Plavcic
2017-03-10 13:36:00 +01:00
parent 8c8040d935
commit 3825c7a7be
8 changed files with 1316 additions and 7 deletions

View File

@@ -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... "