mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Various test fixes for MySQL 5.6.10 (which seems not to have mysql.hosts any longer).
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user