-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: EXPLAIN query Q4, MySQL server has gone away #727
Labels
Milestone
Comments
This is the debug version, under the debug version there are debug assertions, and you need to use the release version to continue testing Ver 5.7.36-StoneDB-debug
|
the similar as #726 |
The release version does not have this problem |
Debug version need to be fixed |
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Oct 26, 2022
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Oct 26, 2022
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
15 tasks
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Oct 26, 2022
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
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Oct 26, 2022
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
mergify bot
pushed a commit
that referenced
this issue
Oct 26, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
EXPLAIN TPCH Q4 query, MySQL server has gone away
Expected behavior
No response
How To Reproduce
The data generated by DBGen
./dbgen -s 1
the size of the test database is 1GB
EXPLAIN TPCH Q4 query, MySQL server has gone away
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: