-
-
Notifications
You must be signed in to change notification settings - Fork 72
Creation of backup and restore statistics can be switched off #1182
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
Conversation
…ort Firebird Server 2.0.
I'm wondering whether instead of introducing new property making |
My initial intention was not to change any existing property. |
If you prefer nullable, I'd change that. |
Yeah, I would go with nullable. Unless it blows in some unexpected way, it seems better to me. |
To perform a backup or restore without determining the statistics values, the `Statistics` property can be set to `null`. The property `IncludeStatistics` is therefore no longer required.
Done. |
To perform a restore without determining the statistics values, the `Statistics` property can be set to `null`. The property `IncludeStatistics` is therefore no longer required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
By setting the new property
FbBackup.IncludeStatistics
tofalse
fixes #1180.To ensure backward compatibility, the default value of the
FbBackup.IncludeStatistics
property istrue
.