[rt-users] Safe to delete "CachedGroupMembers"?
Jesse Vincent
jesse at bestpractical.com
Fri Jun 18 17:16:26 EDT 2004
> My working theory is that there's a problem with the CachedGroupMembers
> table. My question is, is it safe to clear the values in this table?
> Will RT re-create them?
No. This table should only be modified by RT itself when adding users to
or removing them from groups. And it only does this within a database
transaction, so it shouldn't be able to get out of sync, unless you were
running without InnoDB tables or manually editing things.
>
More information about the rt-users
mailing list