[Firebird-devel] [FB-Tracker] Created: (CORE-4653) Crash on infinite mutual SP calls (instead of "Too many concurrent executions of the same request.")

2014-12-28 Thread Pavel Zotov (JIRA)
Crash on infinite mutual SP calls (instead of "Too many concurrent executions of the same request.") Key: CORE-4653 URL: http://tracker.firebirdsql.org/browse/COR

[Firebird-devel] Case-sensitive plugin names

2014-12-28 Thread Dimitry Sibiryakov
Hello, All. Plugin names set in pligins.conf on Windows are case sensitive while those that are used without this config - aren't. For example, if I put into plugins.conf line "Plugin = engine12r", and in firebird.conf refer it as "Engine12r", I'll get "unavailable database" error and

Re: [Firebird-devel] CMake build system

2014-12-28 Thread Egor Pugin
So... Should I prepare a patch? Will you commit it? I didn't see any major objections to CMake in this thread. p.s. Alex asked here about crosscompiling with CMake. I built Firebird on Windows using Android NDK for ARMv7 architecture. iOS build starts but does not complete because of lack of some

Re: [Firebird-devel] Are blob puts buffered?

2014-12-28 Thread Vlad Khorsun
27.12.2014 12:31, Mark Rotteveel wrote: > I have a weird problem. In a test I am writing a blob of 24576 bytes. > This is done in a write (isc_put_segment) of 16384 and 8192 bytes. > > If I subsequently query the blob for the length > (isc_info_blob_total_length), I receive the correct number in th

[Firebird-devel] Case-sensitive plugin names

2014-12-28 Thread Dimitry Sibiryakov
Hello, All. Plugin names set in pligins.conf on Windows are case sensitive while those that are used without this config - aren't. For example, if I put into plugins.conf line "Plugin = engine12r", and in firebird.conf refer it as "Engine12r", I'll get "unavailable database" error and

[Firebird-devel] Are blob puts buffered?

2014-12-28 Thread Mark Rotteveel
I have a weird problem. In a test I am writing a blob of 24576 bytes. This is done in a write (isc_put_segment) of 16384 and 8192 bytes. If I subsequently query the blob for the length (isc_info_blob_total_length), I receive the correct number in the wire protocol implementation of Jaybird, but