alexpeshkoff
b36e1cd666
Updated WhatsNew
2010-07-09 13:10:54 +00:00
alexpeshkoff
5113a8d668
Backported fix for CORE-3067: Objects not unmapped when shared memory is closed
2010-07-09 11:15:44 +00:00
dimitr
f659679b6f
Fixed the old bug which was left unnoticed until RC3 where Pair<MetaName, MetaName> was used as a key for a b-tree.
...
At the first glance, it promises only wrong ordering of items, but in fact it trashes the b-tree internals and crashes the server :-(
It's unregistered and undocumented, but being a very recent RC3 only regression, let's leave it this way.
I suppose the intended code should be !(v.first < this->first), but we have the operator == defined, so I used a simpler form.
2010-07-08 10:44:35 +00:00
dimitr
7f9f7680de
Fixed CORE-3064: Using the procedure alias inside an explicit plan crashes the server.
2010-07-02 10:43:33 +00:00
asfernandes
c7637ab432
Credits
2010-06-26 01:24:31 +00:00
dimitr
9c5b7d512e
Update.
2010-06-25 09:06:55 +00:00
hvlad
e9ac9979b1
Disable hard limit on number of worker threads. Something more smart should be implemented instead.
2010-06-23 13:30:18 +00:00
asfernandes
559306231e
Fix problem seen by Vlad where crash happens when our older ICU is found
2010-06-18 11:21:05 +00:00
asfernandes
f70830ba40
Fixed CORE-2900 - "AV - The code attempted to access a virtual address without privilege to do so" using aggregate distinct
2010-06-16 11:47:19 +00:00
alexpeshkoff
4532058a72
Backported fix for CORE-3046: Assertion after ALTER TABLE
2010-06-15 12:00:00 +00:00
hvlad
8783fe190a
Fixed bug CORE-3034 : Bugchek 300 (can't find shared latch)
2010-06-14 11:45:47 +00:00
asfernandes
a731f0f72a
Backport fix for CORE-2893 - Expression in a subquery may be treated as invariant and produce incorrect results
2010-06-13 14:57:51 +00:00
asfernandes
d6f61eef63
Backported fix for CORE-2985 - The new 2.5 feature to alter COMPUTED columns doesn't handle dependencies well.
2010-06-12 19:22:24 +00:00
asfernandes
72d9063ac9
Backport fix for CORE-3038 - The insert failed because a column definition includes validation.
2010-06-12 16:49:39 +00:00
alexpeshkoff
732986946c
Paul's changes from CVS - Mac port
2010-06-09 08:37:25 +00:00
alexpeshkoff
ef56abd46e
Mac port - use dispatch semaphores
2010-06-08 13:18:45 +00:00
alexpeshkoff
7a69886c3b
repeat commit for CORE-3021 in SVN
2010-06-08 11:40:58 +00:00
asfernandes
1674db2688
Port CVS changes (includes CORE-2993, CORE-3010, CORE-3011, CORE-3015, CORE-3016, CORE-3017 and CORE-3021)
2010-06-05 02:41:14 +00:00
asfernandes
f6b3d91ff6
Set svn:eol-style to native
2010-06-05 00:26:55 +00:00
fsg
bdd21ab544
nightly update B2_5_Release
2010-05-22 12:59:49 +00:00
dimitr
78e85fe8d8
Update.
2010-05-21 15:35:49 +00:00
fsg
e019d287a3
nightly update B2_5_Release
2010-05-21 13:00:54 +00:00
dimitr
2959850d94
Fixed unregistered bug: MON$MEMORY_USED for connection/database is bigger than MON$MEMORY_ALLOCATED.
2010-05-21 08:24:16 +00:00
dimitr
3f5c8125c6
Update.
2010-05-21 05:20:32 +00:00
fsg
dcc9cd5059
nightly update B2_5_Release
2010-05-20 12:58:26 +00:00
alexpeshkoff
42ffe4fcf8
Fixed and improved diagnostics when thread failed to start
2010-05-20 10:36:19 +00:00
alexpeshkoff
dc4452eb0e
Raise NPROC limit on unix to avoid errors when starting many threads
2010-05-20 10:30:43 +00:00
hvlad
18ed4f65c8
Improvement CORE-3008 : Add attachment's CHARACTER SET name into corresponding trace records
2010-05-19 16:13:25 +00:00
fsg
d01b2580ae
nightly update B2_5_Release
2010-05-19 13:00:48 +00:00
hvlad
567444e6e5
Fixed bug CORE-2981 : Error in Trace plugin (use local symbols in query)
2010-05-18 21:57:50 +00:00
fsg
9eb023c759
nightly update B2_5_Release
2010-05-18 12:57:33 +00:00
alexpeshkoff
6771beb989
Backported fix for CORE-3006: /tmp/firebird and files in it may get 'root' (i.e. GID == 0) group
2010-05-18 10:38:38 +00:00
alexpeshkoff
1bf39b9840
Fixed gstat output - backported from HEAD
2010-05-18 10:08:22 +00:00
dimitr
4589c7a5b3
Update.
2010-05-18 08:36:56 +00:00
asfernandes
86456e13c7
CORE-2929 - 'Invalid ESCAPE sequence' when connecting to the database
2010-05-17 15:41:21 +00:00
asfernandes
cdd366e32c
Backport fix for CORE-2826 - Join condition fails for UTF-8 databases
2010-05-17 15:38:26 +00:00
fsg
bde29faf6a
nightly update B2_5_Release
2010-05-17 13:07:09 +00:00
alexpeshkoff
84e0027a53
Backported fix for CORE-2862: configure --with-fbudf breaks build on CentOS
2010-05-17 10:39:54 +00:00
alexpeshkoff
f453571799
Backported fix for CORE-3000: Error on delete user "ADMIN"
2010-05-17 10:24:20 +00:00
dimitr
c62a17ca3c
Fixed the second part of the problem described in CORE-2933: Very slow execution of a script that creates a lot of metadata.
2010-05-17 09:54:56 +00:00
dimitr
48d910f641
Fixed the first part of the problem described in CORE-2933: Very slow execution of a script that creates a lot of metadata.
2010-05-17 09:43:49 +00:00
dimitr
5245a6f8d6
Correction for my prior fix.
2010-05-17 09:37:48 +00:00
fsg
579411979a
nightly update B2_5_Release
2010-05-11 13:03:31 +00:00
alexpeshkoff
fec94edd42
Fixed CORE-3001: Install fails to create user & group "firebird"
2010-05-11 11:57:53 +00:00
robocop
8258918b1e
Misc.
2010-05-11 08:25:18 +00:00
fsg
f12c394b6e
nightly update B2_5_Release
2010-05-08 12:55:46 +00:00
asfernandes
6bd4674047
Subtask CORE-2996 - Fix error code incompatibility introduced in fix for CORE-2552
2010-05-07 15:29:18 +00:00
fsg
f9758b206d
nightly update B2_5_Release
2010-05-07 12:59:06 +00:00
hvlad
75ba8a9767
Fixed bug CORE-2995 : Same error in status vector reported twice
2010-05-07 11:21:37 +00:00
alexpeshkoff
dfa92fba23
Fixed windows build - thanks to Paul Reeves
2010-05-06 13:58:26 +00:00