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

Cache Writer thread could not start [CORE4576] #4892

Closed
firebird-automations opened this issue Oct 10, 2014 · 6 comments
Closed

Cache Writer thread could not start [CORE4576] #4892

firebird-automations opened this issue Oct 10, 2014 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Commits: c3a1811 FirebirdSQL/fbt-repository@d26d890

====== Test Details ======

can`t connect to securityN.fdb

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Cache writer thread is not started for security database.

SInce fb3, any database could be used as security database (for itself, for example) therefore engine check user name (passed on attachment request) in current database. This check used special short-lived attachment with isc_dpb_sec_attach specified. Therefore engine marks corresponding database as security database (in memory of course).
The fix is to move this mark from database (DBB_security_db) to the attachment level (ATT_security_db) and make correcponding adjustments.

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Beta 1 [ 10332 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Cannot be tested

Test Details: can`t connect to securityN.fdb

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