dev/core#1747 don't drop temp tables on class destruct.
authoreileen <emcnaughton@wikimedia.org>
Sun, 31 May 2020 23:21:01 +0000 (11:21 +1200)
committereileen <emcnaughton@wikimedia.org>
Sun, 31 May 2020 23:21:01 +0000 (11:21 +1200)
commit1747bb346e0c29fb463f502c7e924d8cff0f362f
treecfdcc101e03d571e195ef8359d24dc5ec240af5c
parenteaba3c3eef4d0409564b8f79d7eec0db844234ba
dev/core#1747 don't drop temp tables on class destruct.

Recent code clean up means the search class is now dropped more quickly - meaning that dropping
these tables in the destructors is too aggressive. Since they are memory tables & temp tables they get
cleaned up anyway I think. We should move this search to an extension that ships with core, not necessarily
enabled on initial install but that is up for discussion
CRM/Contact/Form/Search/Custom/DateAdded.php