dimitr
|
7e36023c67
|
Update.
|
2009-11-28 13:10:21 +00:00 |
|
dimitr
|
a71b515bc9
|
Fixed CORE-2769: Make XNET_CONNECT_TIMEOUT in xnet.h user configurable.
|
2009-11-28 12:41:32 +00:00 |
|
dimitr
|
40bcd07cd1
|
An attempt to fix CORE-2766: page 0 is of wrong type (expected 6, found 1).
Mutex is used just to wait on a event with allowed recursive execution.
|
2009-11-27 13:27:10 +00:00 |
|
alexpeshkoff
|
eae60f47f3
|
Make it build on gcc/solaris/sparc again
|
2009-11-26 16:03:10 +00:00 |
|
alexpeshkoff
|
667bcb1e50
|
Backported fix for CORE-2768: ALTERING OR DROPPING PROCEDURE which has type of domain parameter leads to attempt to delete that domain
|
2009-11-26 15:56:16 +00:00 |
|
hvlad
|
0379a58f63
|
Fixed bug CORE-2771 : AV at backup of database with GTT
|
2009-11-25 10:48:31 +00:00 |
|
alexpeshkoff
|
22cbbfdad6
|
Fixed untracked bug (was not reported for any public version) - trace did not work with non-3.0 icu version
|
2009-11-24 15:05:40 +00:00 |
|
asfernandes
|
f783e62594
|
Backport improvement CORE-2754 - Hint the user about -FIX_FSS_METADATA and -FIX_FSS_DATA when restore fail with malformed string error
|
2009-11-19 14:27:11 +00:00 |
|
asfernandes
|
3c6b6dc81f
|
Backport fix for CORE-2755 - SIMILAR TO works wrongly
|
2009-11-18 18:58:53 +00:00 |
|
hvlad
|
c7c21b3c5e
|
Correction of example
|
2009-11-16 14:22:10 +00:00 |
|
asfernandes
|
3b9e9936e4
|
Fix typo
|
2009-11-15 18:53:16 +00:00 |
|
alexpeshkoff
|
0e5f6b033b
|
Additions for CORE-2748 - thanks to Adriano and Claudio
|
2009-11-15 12:43:59 +00:00 |
|
robocop
|
88e1756a9b
|
Misc.
|
2009-11-14 07:22:16 +00:00 |
|
alexpeshkoff
|
bd9fb75df8
|
Improvement CORE-2748: allow gsec to grant RDB$ADMIN role in the security database
|
2009-11-13 18:09:29 +00:00 |
|
dimitr
|
86e3dd62bd
|
Update.
|
2009-11-09 09:54:16 +00:00 |
|
dimitr
|
c122909ec6
|
Fixed CORE-2742: Server may stop responding to a particular client attachment under some conditions.
Credits belong to Vlad ;-)
|
2009-11-09 09:32:17 +00:00 |
|
alexpeshkoff
|
f3f41c5bf0
|
Fixed linux packages build
|
2009-11-09 09:31:05 +00:00 |
|
robocop
|
58becc1d6d
|
CORE-2741 and a special case of the ancient CORE-932
|
2009-11-09 07:26:09 +00:00 |
|
robocop
|
b58ac3f91d
|
Adriano says we shouldn't assume argv[argc] is null.
|
2009-11-09 06:19:47 +00:00 |
|
asfernandes
|
ee1e7aa529
|
Backport fix for CORE-2739 - ASSERT at parse.cpp line 22885
|
2009-11-07 19:21:03 +00:00 |
|
robocop
|
ade3c62b6d
|
Misc.
|
2009-11-06 08:43:34 +00:00 |
|
robocop
|
27a618e9c3
|
Misc.
|
2009-11-06 05:46:43 +00:00 |
|
dimitr
|
ca7e46e889
|
Update.
|
2009-11-06 05:31:23 +00:00 |
|
hvlad
|
dc3cb55183
|
Backport fix for bug CORE-2731 : Recursive EXECUTE STATEMENT works wrong
|
2009-11-05 22:44:48 +00:00 |
|
alexpeshkoff
|
39f3ec8018
|
Backported fix for CORE-2578: select rdb$db_key from a view with a more than 1 table joined, results in conversion error
|
2009-11-05 16:24:11 +00:00 |
|
alexpeshkoff
|
0ac8725bc4
|
Fixed CORE-2730: Bus error when working with DB_KEY on RISC machines
|
2009-11-05 09:27:36 +00:00 |
|
robocop
|
d9fed5766e
|
Backport Adriano's correction.
|
2009-11-05 08:33:44 +00:00 |
|
hvlad
|
209767cc82
|
Backport fix for bug CORE-2729 : Current connection may be used by EXECUTE STATEMENT instead of creation of new attachment
|
2009-11-04 14:49:57 +00:00 |
|
alexpeshkoff
|
f90a43acfc
|
Fixed CORE-2725: Server crashes when sending wrong BLR for parameters in op_execute
|
2009-11-02 11:10:52 +00:00 |
|
asfernandes
|
ba8166521c
|
Backport fix for CORE-2722 - Storage of malformed blob is allowed when copying from a blob with NONE/OCTETS charset
|
2009-11-01 17:00:20 +00:00 |
|
asfernandes
|
ba9231d48c
|
Backport fix for CORE-2721 - Issue with SIMILAR TO and UTF8 on 2.5 Beta 2 (and 1)
|
2009-11-01 13:58:42 +00:00 |
|
hvlad
|
494aaa7965
|
Backport fix for bug CORE-2720 : Wrong evaluation result with divide and unary plus\minus operations
|
2009-10-31 20:03:53 +00:00 |
|
alexpeshkoff
|
bb5a238d29
|
Fixed build with Sun Studio after making SCH_ast() dummy function. Does not require mentioning in whats new and release notes.
|
2009-10-30 09:09:10 +00:00 |
|
verbguy
|
2263810f47
|
shared libraries have ".sl" suffix on HP-UX HPPA. A more complete fix using configure.in and autoconfig.h will be committed later to HEAD
|
2009-10-28 13:16:07 +00:00 |
|
verbguy
|
784c78e919
|
hpux corrections for rpath issues and atomic library
|
2009-10-27 19:47:07 +00:00 |
|
alexpeshkoff
|
d42b2553dd
|
Fixed CORE-2465: SCH_ast symbol no longer exported
|
2009-10-20 11:21:37 +00:00 |
|
asfernandes
|
d5f1cacaa6
|
Fix for my previous commit (CORE-2685)
|
2009-10-17 16:34:46 +00:00 |
|
asfernandes
|
6abdc465cf
|
Fixed CORE-2685 - ALTER VIEW does not remove the system triggers of view with check option
|
2009-10-16 15:43:08 +00:00 |
|
hvlad
|
2c59722bc7
|
Backport fix for bug CORE-2684 : Error page NNN is of wrong type (expected 7, found N)
|
2009-10-15 09:32:47 +00:00 |
|
asfernandes
|
db03f406d3
|
Misc
|
2009-10-15 02:07:33 +00:00 |
|
robocop
|
5ab832c54f
|
Totally misc.
|
2009-10-14 10:23:27 +00:00 |
|
hvlad
|
a2017b7298
|
Correct order of searching for ib_util.dll
|
2009-10-14 09:00:44 +00:00 |
|
dimitr
|
6325a3e759
|
Backported CORE-2675: Small memory leak per every blob transliteration.
|
2009-10-13 17:39:06 +00:00 |
|
hvlad
|
5e4b0eccfc
|
Better fix for bug CORE-2656 : Error reading data from the connection. On disconnect.
|
2009-10-12 14:52:50 +00:00 |
|
dimitr
|
7c5117ce10
|
Optimization for the large number of columns, basically mirroring the one inside var_info() (backport).
|
2009-10-12 06:46:32 +00:00 |
|
dimitr
|
1493cf5c27
|
Let's better use a context pool, if required (backport).
|
2009-10-12 06:44:21 +00:00 |
|
dimitr
|
28a820bdd1
|
Update.
|
2009-10-12 05:26:41 +00:00 |
|
hvlad
|
4243817df9
|
increment build number
|
2009-10-11 22:15:52 +00:00 |
|
hvlad
|
789b069820
|
Improvement CORE-2672 : Reduce precedence writes
|
2009-10-11 22:15:51 +00:00 |
|
hvlad
|
cb545a7865
|
increment build number
|
2009-10-11 19:54:06 +00:00 |
|