← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1544349] [NEW] neutron-vpnaas db migration breaks in MySQL 5.6

 

Public bug reported:

Starting in MySQL 5.6, it is illegal to alter a column that is subject
to a Foreign Key constraint, and any migration doing such will fail.
Other projects (I have found examples in Barbican and Trove) work around
this by removing the constraint, performing the ALTER, and reinstating
the constraint.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1544349

Title:
  neutron-vpnaas db migration breaks in MySQL 5.6

Status in neutron:
  New

Bug description:
  Starting in MySQL 5.6, it is illegal to alter a column that is subject
  to a Foreign Key constraint, and any migration doing such will fail.
  Other projects (I have found examples in Barbican and Trove) work
  around this by removing the constraint, performing the ALTER, and
  reinstating the constraint.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1544349/+subscriptions


Follow ups