8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 08:43:03 +01:00
Commit Graph

43260 Commits

Author SHA1 Message Date
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
firebirds
902412874b nightly update 2011-03-29 03:27:10 +00:00
asfernandes
ec78207ef1 Fixed memory corruption in btyacc code. 2011-03-29 00:58:01 +00:00
hvlad
4290ac6181 Improvement CORE-3413 : Improve diagnostics of internal trace errors 2011-03-28 13:48:32 +00:00
firebirds
85ff34174d nightly update 2011-03-23 03:25:57 +00:00
hvlad
cb461faeb7 Improvement CORE-3399 : Allow write operations to temporary tables in read only transactions 2011-03-22 10:32:27 +00:00
firebirds
1bd0536829 nightly update 2011-03-22 03:24:21 +00:00
alexpeshkoff
ec4e491d11 Fixed CORE-3398: GRANT ADMIN ROLE not accepted 2011-03-21 15:09:21 +00:00
firebirds
42d29f1bf5 nightly update 2011-03-19 03:24:31 +00:00
alexpeshkoff
68d00482e2 Fixed CORE-3397: Unresolved symbols in intl and trace libraries 2011-03-18 17:48:03 +00:00
firebirds
6106f3a298 nightly update 2011-03-18 03:22:22 +00:00
hvlad
6cdb30e76d Fixed bug CORE-3394 : Failed attempt to violate unique constraint could leave unneeded "lock conflict" error in status-vector.
Backported more conservative version of patch
2011-03-17 11:17:12 +00:00
firebirds
e74208ced8 nightly update 2011-03-17 03:28:21 +00:00
hvlad
293d5dcb90 Fixed bug CORE-3389 : isc_dsql_exec_immed2 with zero transaction handle could lead to a BUGCHECK(147) 2011-03-16 20:44:07 +00:00
firebirds
199adbf7d4 nightly update 2011-03-10 03:30:19 +00:00
alexpeshkoff
a7535c16c4 Fixed CORE-3377: During firebird build records about missing fbintl.conf are attempted to be placed in firebird.log in destination (not build) directory 2011-03-09 11:59:31 +00:00
firebirds
26f40ba1b2 nightly update 2011-03-08 03:29:22 +00:00
hvlad
aaf8f901f5 Fixed bug CORE-3328 : Client writes error messages into firebird.log when database is shutted down 2011-03-07 14:30:45 +00:00
firebirds
a8e753859f nightly update 2011-03-05 03:27:08 +00:00
dimitr
0c2900c6c2 The simplest possible fix for CORE-3374: Server may crash or corrupt data if SELECT WITH LOCK is issued against records not in the latest format. Thanks to Vlad. 2011-03-04 17:59:15 +00:00
firebirds
99bedfc9a1 nightly update 2011-03-03 03:27:40 +00:00
hvlad
44b193e9d2 When system requests are released there is no more attachments in database. 2011-03-02 12:25:11 +00:00
firebirds
1b42a57989 nightly update 2011-03-01 03:22:42 +00:00
hvlad
366f4a4c75 System requests should run with valid attachment assigned 2011-02-28 16:03:53 +00:00
firebirds
d725adcb05 nightly update 2011-02-26 03:23:16 +00:00
dimitr
f6e20b1f6a Fixed the regression I introduced recently. This is the simplest version of the fix. 2011-02-25 12:48:29 +00:00
dimitr
a68d2add90 Let's process the sub-node before using it in CMP_get_desc. It helps to avoid a crash if the sub-node is a variable (its e_var_variable argument is not assigned yet). 2011-02-25 09:42:44 +00:00
firebirds
82a883d844 nightly update 2011-02-24 03:22:43 +00:00
dimitr
9860eff5dc More conservative implementation. It should also fix CORE-3356. 2011-02-23 14:08:44 +00:00
firebirds
efb230d5a4 nightly update 2011-02-23 03:24:16 +00:00
hvlad
ae60094a4e Fixed bug CORE-3125 : AV in Worker::shutdown 2011-02-22 14:30:37 +00:00
dimitr
4ca0af4733 Better solution for CORE-3355, as suggested by Vlad. 2011-02-22 12:25:33 +00:00
dimitr
0aac664d7b Misc. 2011-02-22 10:12:22 +00:00
dimitr
2db78d08f3 Reworked fix for CORE-3058. The new one is a poor man's solution which doesn't handle direct system table updates, but a more generic solution seems being an overkill for a point release. 2011-02-22 10:11:23 +00:00
firebirds
8254340139 nightly update 2011-02-22 03:24:18 +00:00
dimitr
e981dc67a6 Correction. 2011-02-21 20:56:54 +00:00
dimitr
6f15590b35 Cleanup. 2011-02-21 11:12:08 +00:00