heat/heat
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
..
api Merge "Remove unnecessary coding line" 2014-05-30 17:41:06 +00:00
cloudinit Remove translation from loguserdata 2014-06-01 17:45:46 +02:00
cmd Sync latest oslo.db code 2014-04-11 10:48:46 +03:00
common Define options for glance client 2014-05-30 16:16:44 +02:00
db Patch 033 migration to work w/ MySQL 5.6 2014-06-09 17:10:30 -07:00
doc Move resource doc generation to doc/source/ext 2013-11-13 15:21:04 +13:00
engine Merge "Fix exceptions in update_stack" 2014-06-09 20:28:06 +00:00
locale Remove all mostly untranslated PO files 2014-05-22 18:41:06 +02:00
openstack Sync oslo incubator 2014-05-21 21:16:36 +02:00
rpc Order imports in alphabetical order (9/9) 2014-05-22 16:49:51 +03:00
scaling Move resource_templates to heat.scaling 2014-02-06 22:53:28 +00:00
tests Merge "Fix exceptions in update_stack" 2014-06-09 20:28:06 +00:00
__init__.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
version.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00