dimitr
2e987fcc07
Fixed CORE-3477: Passing non-existing SQL parameters always crash server.
2011-05-12 14:51:12 +00:00
dimitr
ac4efcc497
Reduced memory usage for CORE-3457: Optimize the temporary space manager regarding small chunk allocations.
2011-05-12 09:37:47 +00:00
dimitr
401f31a082
Rolled back the patch for CORE-2812 (Prohibit any improper mixture of explicit and implicit joins) because of being too radical for the point release and because of the found issues that require further investigation. The proper solution will be developed for v3.0 only.
...
This fixes the related regressions CORE-3395 and CORE-3474 reported against v2.5.1.
2011-05-12 08:34:58 +00:00
firebirds
d3b027b883
nightly update
2011-05-11 03:25:47 +00:00
mapopa
bf3d1607f3
Description:fix big-endian mips detection It seems big-endian MIPS defines "MIPSEB"
...
Author: Damyan Ivanov <dmn@debian.org>
Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474773
2011-05-10 13:29:57 +00:00
mapopa
98990e84e8
Description: ensure atomic_ops.h defined AO_REQUIRE_CAS in order to ensure
...
that AO_compare_and_swap is available even if emulated.
This would give poor performance on platforms where no native implementation
is available, but at least it gives some chance of running Firebird
Author: Damyan Ivanov <dmn@debian.org>
Debian-Bug: 565861 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565861
2011-05-10 13:15:20 +00:00
mapopa
25c28b9714
From: Damyan Ivanov <dmn@debian.org>
...
Description: add workarounds for libtool before 2.2.6a
This makes it possible to build Firebird 2.5 on Debian Lenny and other
distributions that dont have libtool 2.2.6a available
2011-05-10 11:53:31 +00:00
mapopa
2bea56a9dd
remove -mcpu=powerpc from cflags on powerpc
...
-mcpu=powerpc assumes certain powerpc and will create wrong code if the
default cpu is not compatible with with -mcpu=powerpc. This is the case
on softfloat toolchains for instance.
This patch removes the -mcpu= state from cflags and the default cpu will
be used.
http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2010q2/001932.html
2011-05-10 10:00:58 +00:00
mapopa
e3f9719b0d
Description: Drop -m32 flag
...
This prefix file is used on all sparc variants and -m32 breaks the build on sparc64
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: from debian/patches
2011-05-10 09:49:05 +00:00
hvlad
c508121278
Backported fix for bug CORE-3468 : Attempt to read after the end of file when nbackup state is stalled
2011-05-10 09:29:13 +00:00
hvlad
4a916be1a3
Backported fix for bug CORE-3466 : Some changes could be lost during the merge of delta file into main database file
2011-05-10 09:18:19 +00:00
hvlad
16e64b56e5
Backported fix for bug CORE-3465 : Nbackup state lock could be not released after cache error. It results in "Can't lock state for write" bugcheck when backup state is going to be changed.
2011-05-10 09:02:28 +00:00
hvlad
bcff8823bd
Backported fix for bug CORE-3464 : Dirty page could be written without releasing (or downgrading) page lock. It results in "lock denied" or "lock conversion denied" bugcheck
2011-05-10 08:57:06 +00:00
firebirds
6944de1653
nightly update
2011-04-29 03:25:35 +00:00
alexpeshkoff
ca42e73685
Fixed CORE-3454: "fb_lock_print -c" hangs server
2011-04-28 16:59:29 +00:00
firebirds
8fe48d0cfe
nightly update
2011-04-26 03:26:31 +00:00
hvlad
1b96d77fab
Fixed regression introduced by me in patch for CORE-3326 - too many unnecessary calls of ISC_check_process_existence().
...
Added defines to switch usage of fast mutex off if necessary.
2011-04-25 12:41:21 +00:00
firebirds
288cfd5969
nightly update
2011-04-22 03:27:42 +00:00
asfernandes
5e4be8ebf5
Fixed CORE-3447 - Collation is not installed with icu > 4.2.
2011-04-21 19:57:57 +00:00
firebirds
38ab7278a2
nightly update
2011-04-20 03:25:00 +00:00
asfernandes
bf51ab209c
Improvement CORE-3433 - Improve GBAK restore performance (records insertion).
2011-04-19 15:29:46 +00:00
asfernandes
0952229516
Improvement CORE-3446 - Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages).
2011-04-19 15:29:21 +00:00
firebirds
eb5c41de7f
nightly update
2011-04-19 03:25:55 +00:00
dimitr
c3aefbaa09
Better type clearness.
2011-04-18 07:55:33 +00:00
firebirds
f253836d3a
nightly update
2011-04-18 03:23:51 +00:00
robocop
09184c09f0
Misc.
2011-04-17 05:00:56 +00:00
firebirds
b4e9e36a82
nightly update
2011-04-16 03:26:01 +00:00
alexpeshkoff
e44194f224
Fixed CORE-3443: Races in UDF library lookup
2011-04-15 18:19:54 +00:00
dimitr
05c2144ac1
Fixed possible deadlock between the shutting down engine and the running service. Reported by RedSoft.
2011-04-15 16:35:00 +00:00
hvlad
9087961c15
Attempt to fix bug CORE-3387 : Server and client are connected, but server not anwser to client and client is waiting indefinitively server answer !
2011-04-15 12:02:46 +00:00
firebirds
05b503b52a
nightly update
2011-04-15 03:22:55 +00:00
hvlad
1268f882e6
Moved assertion out of loop else it could wrongly fire at second execution
2011-04-14 12:07:00 +00:00
paul_reeves
458c56a9ab
add consts_pub.h to list of #include lines to exclude from non-production version of ibase.h.
2011-04-14 09:03:25 +00:00
firebirds
9a722b7838
nightly update
2011-04-14 03:23:37 +00:00
hvlad
3cc1434d7e
Fixed bug CORE-3440 : AV in engine if isc_que_events queued 0 events
2011-04-13 10:26:14 +00:00
firebirds
ea89513466
nightly update
2011-04-08 03:22:32 +00:00
dimitr
da2d40f9b2
A quick fix for the incorrect error reported while dropping a role. The better one would need a new record in msgs, but this may conflict with new messages in FB3.
...
By the way removed the goto ugliness.
2011-04-07 09:08:22 +00:00
firebirds
7bf2c5c452
nightly update
2011-04-07 03:26:44 +00:00
hvlad
ca4b6a147b
Backport fix for potential buffer overflow. Thanks to Claudio.
2011-04-06 17:50:21 +00:00
firebirds
33c02cbd57
nightly update
2011-04-06 03:23:19 +00:00
asfernandes
8a412c67cf
Fixed CORE-3427 - Server crashing with UTF8 blobs.
2011-04-05 18:01:20 +00:00
dimitr
811a3ba155
Better locality of allocations. This also fixes a tiny memory leak in SuperServer.
2011-04-05 05:15:19 +00:00
dimitr
0017fbcdd4
One more part of the fix for CORE-3340.
2011-04-05 05:13:49 +00:00
firebirds
c74d6041fa
nightly update
2011-04-02 03:20:57 +00:00
asfernandes
61ccac3291
Fixed CORE-3426 - Inactive system triggers after fix for CORE-3418.
2011-04-01 21:03:30 +00:00
robocop
ff2b8cbbc3
Misc.
2011-04-01 04:02:18 +00:00
firebirds
1358f591cb
nightly update
2011-04-01 03:29:52 +00:00
hvlad
07970b1deb
Fixed bug CORE-3419 : Recurse leads to hangs/crash server
2011-03-31 09:47:50 +00:00
firebirds
703efa3400
nightly update
2011-03-31 03:24:06 +00:00
hvlad
90f9d904e9
Fixed bug CORE-3418 : Inactive DB-trigger after Create/Alter Is Active
2011-03-30 22:53:19 +00:00