CRM-16251 - CRM_Contact_BAO_GroupContactCache - Respect transactions
authorTim Otten <totten@civicrm.org>
Fri, 8 May 2015 23:10:05 +0000 (16:10 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 8 May 2015 23:10:05 +0000 (16:10 -0700)
commit5467c9fbb5dede1caacde4e4eed10e1da76b472f
tree9fa8e3b3a764be8d76261c9b99b1d59f6b97c189
parentb8e5ebc33b3a3ee8c30e582a3646b0e0e93b47bc
CRM-16251 - CRM_Contact_BAO_GroupContactCache - Respect transactions

The use of "DROP TABLE" will force-commit any pending transactions, even if
the table is temporary.  To avoid a force-commit, one must explicitly say
"DROP TEMPORARY TABLE".
CRM/Contact/BAO/GroupContactCache.php