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

AV at rollback and \ or garbage collection if updated table have expression index with SELECT in it [CORE1006] #1417

Closed
firebird-automations opened this issue Nov 20, 2006 · 15 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Is related to CORE952
Is related to QA23

Attachments:
Test.zip

Commits: f9f6170 bd1ea8b

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Unzip attached file, restore database backup and run

EXECUTE BLOCK
AS
DECLARE F1 INT;
DECLARE F2 INT;
BEGIN
FOR SELECT http://T1.ID, http://T2.ID
FROM TABLE1 T1, TABLE2 T2
WHERE http://T1.ID = http://T2.ID
INTO :F1, :F2
AS CURSOR CUR
DO
UPDATE TABLE1 SET NAME = :F1 + :F2 WHERE CURRENT OF CUR;
END

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Attachment: Test.zip [ 10170 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Fix Version: 2.0.1 [ 10090 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

timespent: 1800 [ 1800 ]

timeestimate: 0 [ 0 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Link: This issue is related to CORE952 [ CORE952 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Fix verified for 2.1 Alpha 1. Test added.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Reopened to update ticket information.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Closed [ 6 ] => Reopened [ 4 ]

resolution: Fixed [ 1 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1 Alpha 1 [ 10150 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Reopened [ 4 ] => Closed [ 6 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA23 [ QA23 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11330 ] => Firebird [ 15174 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

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

No branches or pull requests

2 participants