[Firebird-devel] [FB-Tracker] Created: (CORE-4984) Optimizer on range query with multiple column index gives wrong results

2015-10-29 Thread James Linse (JIRA)
Optimizer on range query with multiple column index gives wrong results Key: CORE-4984 URL: http://tracker.firebirdsql.org/browse/CORE-4984 Project: Firebird Core Issu

[Firebird-devel] [FB-Tracker] Created: (CORE-4983) [AV] Server crashes during execution of unprepared statement

2015-10-29 Thread Kovalenko Dmitry (JIRA)
[AV] Server crashes during execution of unprepared statement Key: CORE-4983 URL: http://tracker.firebirdsql.org/browse/CORE-4983 Project: Firebird Core Issue Type: Bug Co

Re: [Firebird-devel] Snapshots are not available

2015-10-29 Thread Leyne, Sean
Karol, > today snapshots are not avaiable to download > for both 2.5 and 3.0 The system that hosts the snapshot downloads has been experiencing network interface problems over the last 5 days, resulting in occasional outages. We are working to resolve this problem. Sean -

Re: [Firebird-devel] Cannot easily install plugins

2015-10-29 Thread Adriano dos Santos Fernandes
On 29/10/2015 13:42, Alex Peshkoff wrote: > On 10/29/2015 06:26 PM, Adriano dos Santos Fernandes wrote: >> Hi! >> >> Initial implementation of external engines didn't needed to edit >> Firebird configuration files. You could just drop files in the plugins >> directory and they worked. >> >> Now tha

Re: [Firebird-devel] Cannot easily install plugins

2015-10-29 Thread Alex Peshkoff
On 10/29/2015 06:26 PM, Adriano dos Santos Fernandes wrote: > Hi! > > Initial implementation of external engines didn't needed to edit > Firebird configuration files. You could just drop files in the plugins > directory and they worked. > > Now that seems broken. File plugins/udr_engine.conf seems

Re: [Firebird-devel] Cannot easily install plugins

2015-10-29 Thread Dimitry Sibiryakov
29.10.2015 16:26, Adriano dos Santos Fernandes wrote: > Now that seems broken. File plugins/udr_engine.conf seems to be > completely unused. > > There is a plugins.conf file needing every plugin to be configured there. It works fine for my plugin. Something should be broken in udr_engine itself

[Firebird-devel] Cannot easily install plugins

2015-10-29 Thread Adriano dos Santos Fernandes
Hi! Initial implementation of external engines didn't needed to edit Firebird configuration files. You could just drop files in the plugins directory and they worked. Now that seems broken. File plugins/udr_engine.conf seems to be completely unused. There is a plugins.conf file needing every plu

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-4982) Server crashes during "select from procedure" if exception is thrown while backing out the current savepoint

2015-10-29 Thread Dimitry Sibiryakov
29.10.2015 12:14, Dmitry Yemanov wrote: > If it can throw from inside VIO_verb_cleanup(), then it is. The problem is throwing or missing catch? -- WBR, SD. -- Firebird-Devel mailing list, web interface at https:/

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-4982) Server crashes during "select from procedure" if exception is thrown while backing out the current savepoint

2015-10-29 Thread Dmitry Yemanov
29.10.2015 14:00, Dimitry Sibiryakov wrote: > Do you have testcase? Yes: /qa/oltp-emul/ ;-) > I wonder if Avalerion where savepoint backout was completely reworked is > affected too. If it can throw from inside VIO_verb_cleanup(), then it is. Dmitry ---

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-4982) Server crashes during "select from procedure" if exception is thrown while backing out the current savepoint

2015-10-29 Thread Dimitry Sibiryakov
29.10.2015 11:52, Dmitry Yemanov (JIRA) wrote: > The bug should be common for all versions, although less visible in v2.x due > to bugcheck being raised immediately. Do you have testcase? I wonder if Avalerion where savepoint backout was completely reworked is affected too. -- WBR, SD

[Firebird-devel] [FB-Tracker] Created: (CORE-4982) Server crashes during "select from procedure" if exception is thrown while backing out the current savepoint

2015-10-29 Thread Dmitry Yemanov (JIRA)
Server crashes during "select from procedure" if exception is thrown while backing out the current savepoint Key: CORE-4982 URL: http://tracker.firebirdsq

Re: [Firebird-devel] Coalesce of the damned

2015-10-29 Thread Adriano dos Santos Fernandes
On 29/10/2015 04:02, Claudio Valderrama C. wrote: >> -Original Message- >> From: Arno Brinkman [mailto:fbsupp...@abvisie.nl] >> Sent: Miércoles, 28 de Octubre de 2015 21:27 >> >> I've to dig deep in my memory (ooh boy), but i think the >> stream flag NULL is >> not treated proper in this

[Firebird-devel] Snapshots are not available

2015-10-29 Thread liviuslivius
Hi,   today snapshots are not avaiable to download for both 2.5 and 3.0   regards, karol Bieniaszewski-- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Coalesce of the damned

2015-10-29 Thread Arno Brinkman
Hi Claudio, > After reading Adriano's mail, I stopped looking at v2.5. > :-) > I think the case can be summarized and optimized: > given > T = table > V = the result of a selectable proc, view or derived table, > if T left join V produces a null record in V caused by a non-matching > outer > jo