Mercurial > p > roundup > code
diff doc/upgrading.txt @ 3969:905faf52a51f 1.4.3
fix mysql breakage in 1.4.2
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 27 Feb 2008 08:32:51 +0000 |
| parents | 3230f9c88086 |
| children | 34434785f308 |
line wrap: on
line diff
--- a/doc/upgrading.txt Tue Feb 19 23:45:33 2008 +0000 +++ b/doc/upgrading.txt Wed Feb 27 08:32:51 2008 +0000 @@ -13,6 +13,18 @@ .. contents:: +Migrating from 1.4.2 to 1.4.3 +============================= + +If you are using the MySQL backend you will need to replace some indexes +that may have been created by version 1.4.2. + +You should to access your MySQL database directly and remove any indexes +with a name ending in "_key_retired_idx". You should then re-add them with +the same spec except the key column name needs a size. So an index on +"_user (__retired, _name)" should become "_user (__retired, _name(255))". + + Migrating from 1.4.x to 1.4.2 =============================
