CrumpletReader is missing isc_spb_bkp_skip_data and isc_spb_res_skip_data
-------------------------------------------------------------------------

                 Key: CORE-5278
                 URL: http://tracker.firebirdsql.org/browse/CORE-5278
             Project: Firebird Core
          Issue Type: Bug
          Components: API / Client Library, Engine
    Affects Versions: 3.0.0
            Reporter: Jiri Cincura


Looking into CrumpletReader I see:
                case isc_action_svc_backup:
                case isc_action_svc_restore:
                        switch (tag)
                        {
                        case isc_spb_bkp_file:
                        case isc_spb_dbname:
                        case isc_spb_res_fix_fss_data:
                        case isc_spb_res_fix_fss_metadata:
                        case isc_spb_bkp_stat:
                                return StringSpb;
                        case isc_spb_bkp_factor:
                        case isc_spb_bkp_length:
                        case isc_spb_res_length:
                        case isc_spb_res_buffers:
                        case isc_spb_res_page_size:
                        case isc_spb_options:
                        case isc_spb_verbint:
                                return IntSpb;
                        case isc_spb_verbose:
                                return SingleTpb;
                        case isc_spb_res_access_mode:
                                return ByteSpb;
                        }
                        invalid_structure("unknown parameter for
                        backup/restore");
                        break;

No isc_spb_bkp_skip_data or isc_spb_res_skip_data there.

-- 
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

        

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to