diff options
author | Michael Tupitsyn <michael.tupitsyn@suse.com> | 2017-07-03 11:51:21 -0700 |
---|---|---|
committer | Michael Tupitsyn <michael.tupitsyn@suse.com> | 2017-07-17 15:55:23 +0000 |
commit | a98c687cf08c4cae382606a89e0e62fdbbaf77a8 (patch) | |
tree | ce6c815864f2c8fbf477ed7911e5c84cb8e7eb3e /doc/source | |
parent | d7574ac1fd1a2113f2e463956a458a255ffcc948 (diff) | |
download | ironic-a98c687cf08c4cae382606a89e0e62fdbbaf77a8.tar.gz |
Force InnoDB engine on interfaces table
If the system is set to use MyISAM engine as default, during upgrade
a new conductor_hardware_interfaces table will be created with MyISAM
engine. This will cause a mix of InnoDB and MyISAM tables in single
database, and obsolete a foreign key to conductors table.
This bug in particular fails test_models_sync unit test, when it is
executed on a system, where MyISAM is set as default option for local
MySQL server.
Change-Id: Ic47426b1a12eda5728e9971a27ad3767c0245d50
Closes-Bug: 1702158
(cherry picked from commit 1a0c7091a6bb5ab8ca83ad6a7244fcb84c7f99b4)
Diffstat (limited to 'doc/source')
0 files changed, 0 insertions, 0 deletions