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

Backup and restore is not MT safe when using the Services API [CORE1911] #2342

Closed
firebird-automations opened this issue May 23, 2008 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Claudio Valderrama C. (robocop)

Assigned to: Claudio Valderrama C. (robocop)

Backup and restore and never been MT-safe because the switches table is global. Activating options will toggle the field in_sw_state for the respective row in the switches table. If more than one attachment is backing up or restoring a db using the Services API, the options will mix, creating a mess. Whereas restoring a backup to the same db is an error, it's perfectly legal that diferent attachments make simultaneous backups of different databases via the Services API. The bug affects mainly SuperServer and the incoming SuperClassic.

Commits: 73994d2 6a439b2

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

assignee: Claudio Valderrama C. [ robocop ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Alpha 1 [ 10224 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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