diff options
| author | Brant Knudson <bknudson@us.ibm.com> | 2013-06-14 13:03:41 -0500 |
|---|---|---|
| committer | Brant Knudson <bknudson@us.ibm.com> | 2013-07-10 13:23:33 -0500 |
| commit | cd8fa2b0e7ca002b7621fe0e35b921154946e12b (patch) | |
| tree | 70bf55adb9813986c796f05a99e7dcaa5365d6c6 /docs | |
| parent | 25277d0d2866df6a3378540a4ef0778398090475 (diff) | |
Use InnoDB for MySQL
This change adds a migration to convert any non-InnoDB tables to
InnoDB.
On some systems, the default engine is MyISAM, which doesn't
support features used by Keystone (foreign keys).
The approach is the same as what's used in Nova. A test is added
to ensure that all tables use InnoDB after migration. The test
passes when all the tables are mysql_engine='InnoDB'. This is
accomplished by adding a new migration that migrates all the
tables that aren't InnoDB to InnoDB.
Fixes bug 1191110.
Change-Id: I220f7642f5468c5cf4194f248210f90ff983b6e5
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
