heat/heat/db
Clint Byrum db0a7fe91d Patch 033 migration to work w/ MySQL 5.6
With MySQL 5.6 setup to use UTF-8 for everything, the 033 migration
will fail. This is because a VARCHAR(256) cannot be indexed in UTF-8
databases. In versions of MySQL before 5.6, this produced a warning and
a truncated, less-useful index. In 5.6 it was changed to an error.

We will reduce these columns further to 64 bytes in the model in a
subsequent fix. For now, we will just create the table with 64 character
columns on new systems, which will allow this migration to work properly
on mysql-5.6. There is no danger of overflow, as 64 chars is what Keystone
uses for them anyway.

Change-Id: I27b9c61828301ba8c392b3d316f656641af753bc
Closes-Bug: #1316646
2014-06-09 17:10:30 -07:00
..
sqlalchemy Patch 033 migration to work w/ MySQL 5.6 2014-06-09 17:10:30 -07:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Merge "Engine changes for API param to show soft-deleted stacks" 2014-05-08 23:13:15 +00:00
sync.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
utils.py Sync latest oslo.db code 2014-04-11 10:48:46 +03:00