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

fbsvcmgr doesn't recognise sts_record_versions and other sts switches [CORE4298] #4621

Closed
firebird-automations opened this issue Dec 13, 2013 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @reevespaul

This :

fbsvcmgr service_mgr user sysdba password masterkey action_db_stats dbname employee sts_record_versions

fails with :
Unknown switch "sts_record_versions"

However this works :

fbsvcmgr service_mgr user sysdba password masterkey action_db_stats dbname employee sts_data_pages

so in principal if stripping isc_spb_sts_data_pages to sts_data_pages is valid then stripping isc_spb_sts_record_versions to sts_record_versions should also be valid.

It also seems as if sts_table and sts_nocreation are unknown switches.

Commits: 2fa887c 7d2a894 d0a9161 FirebirdSQL/fbt-repository@b2e4e96 FirebirdSQL/fbt-repository@42632f1

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

In trunk except requested here changes also added support for isc_info_svc_capabilities and isc_action_svc_get_fb_log

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.5.3 [ 10461 ]

Fix Version: 3.0 Alpha 2 [ 10560 ]

Fix Version: 2.1.6 [ 10460 ]

@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: Done successfully

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