fbsvcmgr does not recognize 'sts_table' command switch (2.5 only) -----------------------------------------------------------------
Key: CORE-5426 URL: http://tracker.firebirdsql.org/browse/CORE-5426 Project: Firebird Core Issue Type: Bug Components: SVCMGR Affects Versions: 2.5.6 Reporter: Pavel Zotov Part from 'fbsvcmgr -?' output: === action_db_stats: dbname [string value] sts_record_versions sts_nocreation sts_table [string value] <<<<< NB <<<< === Now create empty database, assign itsalias to 'e25' and: 1) create table'test' and add some data to it: echo recreate table test(s varchar(36)); insert into test select uuid_to_char(gen_uuid()) from rdb$types,rdb$types; commit; | C:\MIX\firebird\fb25\bin\isql -q -z /:e25 2) check that statistics only for that table can be retrieved via gstat: C:\MIX\firebird\fb25\bin\gstat -t TEST /:e25 (OK, data will be shown) 3) try the same via fbsvcmgr: C:\MIX\firebird\fb25\bin\fbsvcmgr localhost:service_mgr action_db_stats dbname e25 sts_table TEST Output: Unknown switch "sts_table" Moreover, duplicating 'dbname e25' in command line: C:\MIX\firebird\fb25\bin\fbsvcmgr localhost:service_mgr action_db_stats dbname e25 dbname e25 sts_table TEST --leads to the same (Unknown switch "sts_table")instead of 'dbname already specified'. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel