Skip to content
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

Using RDB$DB_KEY in where section while selecting from a procedure crashes the server [CORE1451] #1869

Closed
firebird-automations opened this issue Sep 11, 2007 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Kuznetsov Eugene (eugene)

Is related to QA186

create procedure test_proc
returns (A INTEGER)
as
begin
A = 1;
SUSPEND;
end^

Now
select * from test_proc
where rdb$db_key is not null
crashes the server.

Possibly, this bug is related to CORE924

With best regards, Eugene

Commits: 6dfc7f8 d51c478 63de95f

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Fix Version: 2.1 Beta 2 [ 10190 ]

Component: Engine [ 10000 ]

summary: Using DB_KEY in where section while selecting from a procedure crashes the server => Using RDB$DB_KEY in where section while selecting from a procedure crashes the server

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA186 [ QA186 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13024 ] => Firebird [ 13930 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Backported into 2.0.5

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Fix Version: 2.0.5 [ 10222 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A test ok

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment