-
-
Notifications
You must be signed in to change notification settings - Fork 232
Attach fails after shutdown rejected by handler installed in fb_shutdown_callback() [CORE3494] #3853
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
Comments
Modified by: @AlexPeshkoffassignee: Alexander Peshkov [ alexpeshkoff ] |
Commented by: @AlexPeshkoff This does not require both backporting (no fb_shutdown_callback() in earlier versions) and frontporting (code was already cleaned up). |
Modified by: @AlexPeshkoffstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5.1 [ 10333 ] |
Modified by: @AlexPeshkoff |
Modified by: @AlexPeshkoff |
Modified by: @AlexPeshkoff |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submitted by: @AlexPeshkoff
Block progress on CORE3482
After cancelling wrong running query in isql an attempt to connect to another database fails:
# ./isql -user sysdba -pas masterke employee
Database: employee, User: sysdba
SQL> select count(*) from employee full join employee on 1=1 full join employee on 1=1 full join employee on 1=1 full join employee on 1=1;
^C
COUNT
Statement failed, SQLSTATE = HY008
operation was cancelled
SQL> connect employee;
Commit current transaction (y/n)?y
Committing.
Statement failed, SQLSTATE = HY000
database <Missing arg #1 - possibly status vector overflow> shutdown in <Missing arg #2 - possibly status vector overflow> seconds
SQL>
Commits: 351324f
The text was updated successfully, but these errors were encountered: