Changeset 709 for trunk/UPGRADE
- Timestamp:
- 15/10/08 00:38:59 (3 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r693 r709 1 1 This file contains upgrade instructions between different versions of jabberd2. 2 3 * 2.2.4 to 2.2.5 upgrade: 4 5 A key was added to the 'status' table in MySQL. This improves performance 6 for queries to that table. The is recommended for everyone, but will have 7 the biggest impact for installations with a large number of signons and 8 signoffs. It only affects installations with mod_status enabled. 9 You can add the key by running this statement: 10 ALTER TABLE status ADD KEY (`collection-owner`(255)); 2 11 3 12
