[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-115-g028d05d
Kevin Falcone
falcone at bestpractical.com
Wed Dec 2 12:08:32 EST 2009
The branch, 3.8-trunk has been updated
via 028d05d761ec6407e56b315a379b156bf611d891 (commit)
from 8f98d20beba256bfc5dad54ed862d80fe847906f (commit)
Summary of changes:
UPGRADING | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 028d05d761ec6407e56b315a379b156bf611d891
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Dec 2 12:06:54 2009 -0500
Mention missing index that was only added to upgrade scripts and old
mysql schema
I'd add this as an upgrade script, but I'm unaware of a mysql syntax for
CREATE INDEX UNLESS EXISTS that works on 4.1+
diff --git a/UPGRADING b/UPGRADING
index 78b42a0..5a4eb7e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -18,6 +18,15 @@ If you are using MySQL, please read the instructions in UPGRADING.mysql as
well.
*******
+UPGRADING FROM 3.8.6 and earlier - Changes:
+
+If you upgraded from a version of RT earlier than 3.7.81 you should
+already have a CachedGroupMembers3 index on your CachedGroupMembers table.
+If you did a clean install of RT somewhere in the 3.8 release series, you
+most likely don't have this index. You can add it manually with
+
+ CREATE INDEX CachedGroupMembers3 on CachedGroupMembers (MemberId, ImmediateParentId);
+
UPGRADING FROM 3.8.5 and earlier - Changes:
You can now forward an entire Ticket history (in addition to specific transactions)
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list