Various test fixes for MySQL 5.6.10 (which seems not to have mysql.hosts any longer).

This commit is contained in:
Daniel Nichter
2013-02-18 18:06:05 -07:00
parent 11a4edd8e8
commit eb2585fb32
6 changed files with 23 additions and 20 deletions

View File

@@ -33,4 +33,8 @@ if [ ! -d "$PERCONA_TOOLKIT_BRANCH" ]; then
fi
/tmp/$PORT/use < $PERCONA_TOOLKIT_BRANCH/sandbox/sakila.sql
exit $?
exit_status=$?
/tmp/$PORT/use sakila -e "ANALYZE TABLE actor, address, category, city, country, customer, film, film_actor, film_category, film_text, inventory, language, payment, rental, staff, store" >/dev/null
exit $exit_status