-
Notifications
You must be signed in to change notification settings - Fork 214
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
Print error trace when tmptable creation fails #2517
Print error trace when tmptable creation fails #2517
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 6/373 tests failed ⚠.
The first 10 failing tests are:
fingerprints
auth_twofiles_generated
auth_queueodh_generated
auth
sc_constraints_logicalsc_generated
sc_constraints
12dff3b
to
3d6b070
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. Use clang-format or view diff ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 1/373 tests failed ⚠.
The first 10 failing tests are:
socksql_master_swings [core dumped]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to fix format otherwise good to merge.
Also abort immediately when tmp tbl is null instead of crashing when we dereference its members. Signed-off-by: Adi Zaimi <[email protected]>
3d6b070
to
2581202
Compare
Thanks Rivers. |
Also abort immediately when tmp tbl is null instead of
crashing when we dereference its members.
For issue #2518.
Signed-off-by: Adi Zaimi [email protected]