CRM-16251 - Change DROP TABLE to DROP TEMPORARY TABLE
authorTim Otten <totten@civicrm.org>
Wed, 13 May 2015 21:31:55 +0000 (14:31 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 13 May 2015 21:31:55 +0000 (14:31 -0700)
commit893a39a264941057dbeebb0e080ffb3be120a630
tree6f9d27807c20428d562d33423655a4dff59a6e57
parent5d5302435d228938b65f9d021a8eb2147da96ef8
CRM-16251 - Change DROP TABLE to DROP TEMPORARY TABLE

If a table was created as a temporary table, then it should be dropped as a
temporary table. MySQL will accept DROP TABLE on temporary tables, but
doing so will break transactions.
CRM/Campaign/BAO/Query.php
CRM/Campaign/Form/Task/Interview.php
CRM/Contact/Import/Form/DataSource.php
CRM/Report/Form/Member/ContributionDetail.php