|
Fixed all crashes resulting from enabling back subquery execution during query optimization.
The result of the fixes is that now I need to find a new solution for bug https://bugs.launchpad.net/maria/+bug/944504, because its current fix is to forbid subquery evaluation during optimization.
After fixing this remaining crash (bug lp:944504), there are several wrong results to be fixed.
After that, the patch needs improvement in how we detect if a subquery is expensive, and to refine two of the fixes for EXPLAIN-specific crashes.
|