[Firebird-devel] [FB-Tracker] Created: (CORE-4371) Create function/sp which references to NON-existent exception: compiler outputs "unknown ISC error 335544994" instead of "exception not defined"

2014-03-24 Thread Pavel Zotov (JIRA)
Create function/sp which references to NON-existent exception: compiler outputs "unknown ISC error 335544994" instead of "exception not defined" -

[Firebird-devel] [FB-Tracker] Created: (CORE-4370) Trace does NOT display output if its config contains EXCLUDE_FILTER=%(SELECT)% and execute block with COMMENTED 'select' is running

2014-03-24 Thread Pavel Zotov (JIRA)
Trace does NOT display output if its config contains EXCLUDE_FILTER=%(SELECT)% and execute block with COMMENTED 'select' is running --- Key: CORE-4370

Re: [Firebird-devel] Doubt in jrd.cpp's dropDatabase

2014-03-24 Thread Alex Peshkoff
On 03/23/14 13:33, Claudio Valderrama C. wrote: > Hello, in jrd.cpp, > JAttachment::dropDatabase(...) > we have > for (; shadow; shadow = shadow->sdw_next) > { > err = err || drop_files(shadow->sdw_file); > } > > Do we really want to drop files only until we get an error? I've changed the > l