> MySQL uses table-level locking if you're using the MyISAM storage engine
Unbelievable. Just another reason to use InnoDB or another storage engine that enforces referential integrity. Unless things have changed dramatically in recent years, MyISAM does not enforce referential integrity defined via FK constraints. That would be pretty important for the CAS use case where you want to guarantee that all service tickets (and self-referential TGTs like in proxy cases) are cleaned up when the parent TGT is deleted. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
