-
- Downloads
#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
Please register or sign in to comment