Remove migration check on flavor update
Change-Id: Iefb354425fb485ac3caeac7d2644b5db32cfc933
This commit is contained in:
parent
3bbf0e3e8d
commit
489992a069
@ -210,9 +210,6 @@ stable_release_db_sync() {
|
|||||||
|
|
||||||
# TODO(jhesketh): This is a bit of a hack until we update our datasets to
|
# TODO(jhesketh): This is a bit of a hack until we update our datasets to
|
||||||
# have the flavour data migrated. We have to do this before upgrading from
|
# have the flavour data migrated. We have to do this before upgrading from
|
||||||
# kilo
|
|
||||||
if [ $i == 291 ]
|
|
||||||
then
|
|
||||||
set -x
|
set -x
|
||||||
echo "MySQL counters before migrate_flavor_data:"
|
echo "MySQL counters before migrate_flavor_data:"
|
||||||
mysql -u $DB_USER --password=$DB_PASS $DB_NAME -e "show status like 'innodb%';"
|
mysql -u $DB_USER --password=$DB_PASS $DB_NAME -e "show status like 'innodb%';"
|
||||||
@ -221,7 +218,6 @@ stable_release_db_sync() {
|
|||||||
mysql -u $DB_USER --password=$DB_PASS $DB_NAME -e "show status like 'innodb%';"
|
mysql -u $DB_USER --password=$DB_PASS $DB_NAME -e "show status like 'innodb%';"
|
||||||
set +x
|
set +x
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# TODO(jhesketh): Add in Liberty here once released
|
# TODO(jhesketh): Add in Liberty here once released
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user