Re: [Firebird-devel] How to get "records fetched" for functions/procedures in trace

2021-04-28 Thread Vlad Khorsun
28.04.2021 13:59, Jiří Činčura wrote: Done. And fixed. Regards, Vlad Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] How to get "records fetched" for functions/procedures in trace

2021-04-28 Thread Jiří Činčura
Done. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] How to get "records fetched" for functions/procedures in trace

2021-04-28 Thread Vlad Khorsun
26.04.2021 20:11, Jiří Činčura wrote: Hi *, I'm looking at this https://github.com/FirebirdSQL/firebird/blob/B3_0_Release/src/utilities/ntrace/TracePluginImpl.cpp#L1410 line and wondering how I can get that in trace's output, aka what to do in function's/procedure's code to get something in `

[Firebird-devel] How to get "records fetched" for functions/procedures in trace

2021-04-26 Thread Jiří Činčura
Hi *, I'm looking at this https://github.com/FirebirdSQL/firebird/blob/B3_0_Release/src/utilities/ntrace/TracePluginImpl.cpp#L1410 line and wondering how I can get that in trace's output, aka what to do in function's/procedure's code to get something in `pin_records_fetched`. For normal DSQL s