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