
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
posix
|
|
Issue Links:
|
Depend
|
|
|
|
This issue block progress on:
|
|
CORE-3482
nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow)
|
|
|
|
|
|
|
| Planning Status: |
Unspecified
|
|
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>
|
|
Description
|
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>
|
Show » |
|