Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tianmu):EXPLAIN query Q4, MySQL server has gone away (stoneatom#727)
Eplain query Q4 lead to crash,because assert(join == NULL) in SELECT_LEX::optimize() function. the root cause is that the new join is not released. we can use sl->cleanup(true) to release it
- Loading branch information