-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Allow write operations to temporary tables in read only transactions [CORE3399] #3765
Comments
Modified by: @hvladassignee: Vlad Khorsun [ hvlad ] |
Commented by: @hvlad Implementation already worked in production at v2.5.0 for a 5 months and will be included into v2.5.1 |
Modified by: @hvladFix Version: 2.5.1 [ 10333 ] Fix Version: 3.0 Alpha 1 [ 10331 ] description: This improvement have less scope than CORE1325. => This improvement have some less scope than CORE1325. Implementation allows writes into all kind of GTT's in read only transactions in read write database and also make writabe GTT ON COMMIT DELETE in read only transactions in read only database. |
Commented by: @hvlad Test program |
Modified by: @hvladAttachment: main.cpp [ 11920 ] |
Modified by: @pavel-zotovstatus: Resolved [ 5 ] => Resolved [ 5 ] QA Status: Done successfully Test Details: Database (being restored in the test from file "core3399-read_only.fbk") will be in the state "force write, no reserve, read only". |
Commented by: @pcisar Test created. |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Submitted by: @hvlad
Is related to CORE1325
Relate to CORE3924
Is related to QA477
Attachments:
main.cpp
This improvement have some less scope than CORE1325.
Implementation allows writes into all kind of GTT's in read only transactions in read write database and also make writabe GTT ON COMMIT DELETE in read only transactions in read only database.
Commits: cb461fa 58a55cc
====== Test Details ======
Database (being restored in the test from file "core3399-read_only.fbk") will be in the state "force write, no reserve, read only".
This test verifies only SECOND issue from ticket: allow GTT with attribute "on commit DELETE rows" to be writeable when database is READ-ONLY.
The text was updated successfully, but these errors were encountered: