8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 07:23:08 +01:00
Commit Graph

38652 Commits

Author SHA1 Message Date
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
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
robocop
8258918b1e Misc. 2010-05-11 08:25:18 +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
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
alexpeshkoff
8629bea0ec Backported fix for CORE-2984: gbak -v srv:db stdout creates a broken backup 2010-05-06 13:42:57 +00:00
hvlad
7d949976ab Comments for patch for CORE-2993 2010-05-06 12:26:05 +00:00
hvlad
75080a148f Fixed bug CORE-2993 : Fatal lock manager error "Invalid lock id (NNN)" while working with monitoring tables on a highly loaded system 2010-05-06 12:07:34 +00:00
dimitr
afc5e9fe18 Update. 2010-05-05 12:33:04 +00:00
alexpeshkoff
8bdea51951 Fixed unregistered bug (added by me at RC3 stage): wrong mutex when shutting down security database 2010-05-04 14:45:08 +00:00
hvlad
f97d944aaa More explicit error message 2010-04-29 11:16:48 +00:00
hvlad
0979b7c928 Better fix for AV at exit() time, CORE-2917 :
a) WaitForSingleObject hungs when process unloads embedded library
b) shmem file was changed in incompatime way so build 26000 can't work together with any previous builds
c) time_t in shmem replaced by SINT64 to avoid possible issues with builds by MSVC 7.1 (where time_t is 32-bit)
2010-04-29 08:51:24 +00:00
hvlad
a8051dd37b Fixed bug CORE-2977 : FB 2.1 incorrectly works with indexed fields of type DATE in OLD ODS (9.1) 2010-04-26 12:18:18 +00:00
dimitr
856515e037 Update. 2010-04-21 12:53:35 +00:00
alexpeshkoff
83f7c70b4e Backported fix for CORE-2896: Embedded connections done by root (like gbak, gsec, gfix) hang in linux 2010-04-21 11:49:42 +00:00
alexpeshkoff
e8d1eeae2f Fixed segfault at exit() time, CORE-2917 2010-04-20 11:08:32 +00:00
alexpeshkoff
21a55b537f Fixed use of debugging switch in classic mode 2010-04-19 15:33:02 +00:00
alexpeshkoff
6ea33a5255 Fixed posix build, CORE-2917 2010-04-19 11:24:51 +00:00
asfernandes
1ee74f5e97 Fixed CORE-2971 - Invalid UPDATE OR INSERT usage may lead to successive "request depth exceeded. (Recursive definition?)" error 2010-04-19 01:13:38 +00:00
hvlad
f7f1defb48 Fixed bug CORE-2917 : Sever Hangs on I/O error during "open" operation for file "/tmp/firebird/fb_trace_ksVDoc".
Posix part will follow soon (by Alex).
2010-04-18 18:06:09 +00:00
dimitr
b29556cfec Fixed CORE-2965: Incorrect ROW_COUNT value after SINGULAR condition. 2010-04-16 03:51:54 +00:00
dimitr
0b6bb2a326 Fixed detach from the security database during the engine shutdown. 2010-04-14 09:58:48 +00:00
dimitr
09fe788339 Eliminated one more case to have an unrestoreable database. 2010-04-14 09:57:13 +00:00
robocop
ebbd3c45cb Totally misc. 2010-04-14 09:48:37 +00:00
hvlad
209b003187 Fix for bug CORE-2956 : Problems with requests of procedure's parameters. 2010-04-13 14:28:38 +00:00
dimitr
459fec5084 Correction. 2010-04-13 08:11:45 +00:00
dimitr
0c2a5e3a76 Avoid polluting firebird.log on Vista/Win7 systems when running as application. 2010-04-13 08:09:10 +00:00
dimitr
ef49a50c33 Fixed CORE-2966: Wrong results or unexpected errors while sorting a large data set. 2010-04-13 06:55:46 +00:00
dimitr
5f717015ed Corrections for SQL states. 2010-04-09 08:02:20 +00:00
dimitr
7107237cf0 Corrections for SQL states. 2010-04-09 07:53:15 +00:00
dimitr
8630fd43e8 Removed the wrong assertion. In fact, the buffer can be larger than 64K, despite what the [unused] length argument suggests. 2010-04-08 04:00:59 +00:00
alexpeshkoff
c71232d226 Backported fix for CORE-2948: Segfault when server is exiting 2010-03-29 15:24:49 +00:00
dimitr
58307abbf5 Sorry, wrong calculation of the build number. 2010-03-29 07:39:50 +00:00
dimitr
c814a39fcf Update. 2010-03-29 07:23:21 +00:00
hvlad
fb9c2a4099 Rework fix for bug CORE-2934 : Memory leak in FB2.5 trace plugin
Thread safety
2010-03-26 15:36:14 +00:00
hvlad
ff4e296cb9 Additional fix for bug CORE-2934 : Memory leak in FB2.5 trace plugin 2010-03-26 15:35:32 +00:00
hvlad
6d9f5e255a Fixed bug CORE-2943 : parsing error recursive query with two recursive parts 2010-03-25 13:50:16 +00:00
alexpeshkoff
2e4fea1c04 Fixed CORE-2942: Huge (>10Gb) memory consumption by some fb_inet_server processes 2010-03-25 10:33:28 +00:00
hvlad
b9ea5ee00c Fixed bug CORE-2934 : Memory leak in FB2.5 trace plugin 2010-03-24 12:29:15 +00:00
hvlad
035e567c37 Fixed bug CORE-2940 : Trace output could contain garbage data left from filtered out statements 2010-03-23 20:06:07 +00:00
hvlad
dba4d51c98 Fixed bug CORE-2936 : Wrong page type (expected 7 found N) error 2010-03-22 22:48:19 +00:00
asfernandes
7b1c7db1ee Fixed CORE-2923 - Problem with dependencies between a procedure and a view using that procedure 2010-03-20 19:12:51 +00:00
asfernandes
050646b6f4 Fixed CORE-2930 - DROP VIEW drops output parameters of used stored procedures 2010-03-19 00:50:33 +00:00
hvlad
2d74ff8c72 Fixed bug CORE-2907 : Exception handling with EXECUTE STATEMENT 2010-03-18 10:29:07 +00:00
alexpeshkoff
522fa7fd9a Backported fix for CORE-2928: Buffer overflow in gsec 2010-03-17 10:08:32 +00:00
hvlad
eb7abe4939 Fixed bug CORE-2628 : FB 2.5-beta2-win32 denied FreeAdhocUDF library functions 2010-03-16 14:56:40 +00:00
alexpeshkoff
5098340106 Fixed CORE-2859: Security database remains locked after replacing database 2010-03-16 10:21:46 +00:00
dimitr
b149388cb6 Correction for one of my prior optimizer commits. 2010-03-16 05:00:33 +00:00
alexpeshkoff
2519440c2b Backported fix for CORE-2876: Wrong backup mode when using "alter database add difference file" 2010-03-14 15:27:44 +00:00
dimitr
961531e45e Update. 2010-03-13 10:41:42 +00:00
hvlad
1ef4fd61d8 Fixed bug CORE-2920 : Incorrect execution of volatile SQL statements inside EXECUTE STATEMENT 2010-03-12 15:32:03 +00:00
dimitr
3004534e27 Correction. 2010-03-10 18:43:38 +00:00
dimitr
e26e17c00e Fixed CORE-2914: Server crashes while restoring a database having an expression index referencing a non-existent UDF. 2010-03-10 18:35:22 +00:00
dimitr
7b613c441d Misc. 2010-03-10 18:08:55 +00:00
dimitr
dcc66e0baf Fixed CORE-2916: Broken error handling in the case of a conversion error happened during index creation. 2010-03-10 18:06:06 +00:00
asfernandes
05b983be1d Backport change that fix CORE-2910, found by Dmitry 2010-03-09 18:55:13 +00:00
hvlad
108acc7aa4 Fixed bug CORE-2908 : Engine could crash or raise not expected errors working with ODS 8.x database 2010-03-06 14:26:40 +00:00
asfernandes
c25eaf2d49 Backport fix for CORE-2898 - CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures 2010-03-05 02:00:54 +00:00
asfernandes
eb705dbc6e Backport fix for CORE-2888 - A memory corruption cause incorrect query evaluation and may crash the server 2010-02-28 14:42:04 +00:00
asfernandes
1f121838c4 Fixed CORE-2886 - Query with "NOT IN <subselect from view>" fails 2010-02-27 18:22:04 +00:00
dimitr
767a819321 This should fix CORE-2833: Changing data that affects an expression index that contains references to null date fields fails. 2010-02-26 07:53:52 +00:00
dimitr
a74cde93f7 Update. 2010-02-25 16:21:59 +00:00
dimitr
bab92d279a Update. 2010-02-25 16:21:34 +00:00
dimitr
d6872b326e Fixed the accidentally broken security on system tables. 2010-02-25 10:04:38 +00:00
robocop
4059c77204 Backport CORE-2750: Physical backup cannot restart operations after the explicit difference file has been dropped. 2010-02-23 07:08:13 +00:00
hvlad
d940b8ce4f Fixed bug CORE-2879 : Sweep could raise error : page 0 is of wrong type (expected 6, found 1) 2010-02-22 10:16:06 +00:00
hvlad
4acd0f8e0c Misc: wrong line ends 2010-02-22 10:12:26 +00:00
asfernandes
84185f2f83 Fixed CORE-2875 - String right truncation error when char column longer than 4096 bytes is compared with string constant 2010-02-19 10:10:55 +00:00
dimitr
f81532645e Fixed CORE-1089: Wrong ordering with views, distinct, left join and order by
and CORE-2871: Outer ORDER BY clause has no effect.
2010-02-16 14:35:35 +00:00
hvlad
45db74ba08 Fixed bug CORE-2867 : SuperClassic leaks semaphores on disconnect 2010-02-14 22:56:41 +00:00
hvlad
2cf6410ad8 Fixed bug CORE-2864 : Listener process of Classic Server leak handles.
The code, removed in rev. 1.296, was and is relevant :)
2010-02-14 12:14:00 +00:00
robocop
051e69c1d4 Backport CORE-2858: Possible memory trashing when raising some exceptions to signal failed security checks. Thanks Dmitry. 2010-02-12 11:23:35 +00:00
robocop
d685208a58 Misc. 2010-02-11 06:45:12 +00:00
dimitr
223f875162 Fixed CORE-2846: Cannot connect to the database if GFIX -shut <mode> -attach <timeout> fails after the specified timeout (because of connections being still active).
Backport into v2.5.
2010-02-10 15:23:39 +00:00
hvlad
0ba7ae6f1c Fixed bug CORE-2586 : Non-NULL key in unique index could be not found when key is removed 2010-02-10 14:33:33 +00:00
hvlad
b3a3268e34 Fixed bug CORE-2852 : Server crash when executing syntactical wrong SQL statement with an active trace session 2010-02-08 14:49:24 +00:00
hvlad
dca2ffc2c6 Fixed bug CORE-2851 : problem with fb_cancel_operation 2010-02-08 13:30:07 +00:00
alexpeshkoff
7aeaf3e2ac Fixed copy of cstring in status vector 2010-02-07 10:29:08 +00:00
robocop
6e38a97064 Totally misc. 2010-02-06 04:13:30 +00:00
alexpeshkoff
b2fc9d8633 Backported fix for CORE-195: Bugcheck 291 2010-02-05 11:04:54 +00:00
paulbeach
208275d0e8 Additional re. Solaris 256 fd issue In 2.5+ this affects superclassic 2010-02-04 12:44:49 +00:00
paulbeach
b53f197e22 Correct the define. the 256 fd issue is 32bit and SuperServer specific 2010-02-04 12:23:55 +00:00
paulbeach
9ec2076aff Solaris and the 256 file descriptor issue 2010-02-04 12:20:10 +00:00
alexpeshkoff
97b210a87e Partially applied Damyan's patches from CORE-2825 2010-02-03 11:56:01 +00:00
alexpeshkoff
9f0a189cbd Corrected fix for CORE-2842 - thanks to Vlad 2010-02-02 12:19:42 +00:00
alexpeshkoff
a28178b402 Fixed CORE-2842: Timeout with latchs in CCH does not work 2010-02-02 10:35:08 +00:00
dimitr
474b15b1b2 Update. 2010-02-02 08:34:22 +00:00
dimitr
24977239d4 Fixed CORE-2840: Engine crashes if the NULL attachment handle is passed from the Y-valve. 2010-02-02 08:22:48 +00:00
hvlad
5146487627 Fixed bug CORE-2837 : Asynchronous query cancellation (via Ctrl+C) is not worked 2010-02-01 14:34:23 +00:00
alexpeshkoff
dafa1ee544 Fixed CORE-2836: fb_cancel_operation() incorrectly modifies rdb_status_vector 2010-02-01 14:27:50 +00:00
hvlad
543e1d561a Improvement CORE-2821 : Add indication about log size limit for trace API 2010-02-01 10:38:10 +00:00
paul_reeves
aaeb2ac14a CORE-2828
On further thought, there is no need to have a version number here at all. And there is no precedent in the system control panel to display version numbers at this level.
2010-02-01 10:36:29 +00:00
paul_reeves
27df447bb1 Temporary fix for CORE-2828
Update major.minor version string that displays in the system-level Control Panel screen
2010-02-01 10:14:31 +00:00
alexpeshkoff
3d0222b806 Fixed regression when missing --prefix switch in configure.
Fixed FreeBSD built, install on FreeBSD is in progress.
2010-01-29 11:34:25 +00:00
robocop
31848bfc14 Backport CORE-2735: isql hangs when trying to show a view based on a procedure. 2010-01-28 08:18:31 +00:00
robocop
b12b0858fb Backport CORE-2831: isql shouldn't display db and user name when extracting a script. 2010-01-28 08:04:21 +00:00
alexpeshkoff
ddbaf00cf9 Cleanup unix shmat() - not needed any more for any OS 2010-01-27 10:42:58 +00:00
alexpeshkoff
4f8f8ef534 Avoid extra space in the end of version string 2010-01-27 10:39:36 +00:00
robocop
41ee5b33bb Backport: fix misinterpretation of MET_get_dependencies's parameters done years ago with conversion to MetaName class. 2010-01-27 10:31:38 +00:00
dimitr
c4064c2856 Update. 2010-01-26 09:12:29 +00:00
hvlad
4f59764b1c Additional patch for bug CORE- 2824 : Small memory and handles leak at every connect\disconnect 2010-01-25 14:54:42 +00:00
robocop
ca46f09d7f Misc. 2010-01-25 08:42:13 +00:00
hvlad
03eb447f36 Fixed bug CORE-2824 : Small memory and handles leak at every connect\disconnect 2010-01-23 16:13:05 +00:00
dimitr
a908fbec76 Fixed CORE-2822: Error "no current row for fetch operation" when subquery includes a non-trivial derived table. 2010-01-22 14:09:00 +00:00
hvlad
b5bbe96423 Fixed bug CORE-2817 : If stored procedure or trigger contains query with PLAN ORDER it could fail after disconnect of attachment where procedure\trigger executed first time
and bug CORE-2820 : Small memory leak in query with PLAN ORDER
2010-01-20 10:21:17 +00:00
hvlad
908f4bd102 Fixed bug CORE-2185 : PIP page could be marked after it was really changed 2010-01-19 08:50:51 +00:00
hvlad
577a3b8e9a Fixed bug CORE-2184 : Bus error on SPARC 2010-01-19 08:24:26 +00:00
dimitr
103c92c800 Fixed a typo. 2010-01-15 10:10:33 +00:00
dimitr
12015ddefe Fixed CORE-2793: Binary representation of the backup file is inconsistent among subsequent backup/restore cycles. 2010-01-15 10:07:10 +00:00
dimitr
2537234198 Fixed CORE-2811: 'Unsuccessful execution' error when updating a record.
The first BLR after blr_label must be blr_begin.
2010-01-15 08:11:17 +00:00
dimitr
944658da61 Support the -D switch on Windows. 2009-12-29 10:56:49 +00:00
dimitr
88f110da85 Update. 2009-12-28 14:53:55 +00:00
asfernandes
9e3ebc4807 Fix problem with table reservation and views based in procedures 2009-12-24 14:43:54 +00:00
asfernandes
094320e2f1 Fixed CORE-2735 - isql hangs when trying to show a view based on a procedure 2009-12-21 00:50:44 +00:00
asfernandes
99c45a25e5 Care about non-existing charset as seen by Claudio 2009-12-19 01:55:59 +00:00
asfernandes
acc3efb19e Backported fix for unregistered bug: Query string crashes 2.5RC1 2009-12-19 01:45:40 +00:00
asfernandes
5ec709a2c3 Fixed unregistered bug: ALTER VIEW drops permissions 2009-12-18 10:21:59 +00:00
alexpeshkoff
aea4490e71 Detect missing/invalid parameter in fbsvcmgr 2009-12-17 13:10:24 +00:00
alexpeshkoff
dceffbf006 Fixed delivery of status vector from service thread 2009-12-17 12:32:32 +00:00
alexpeshkoff
0ce66da575 Add On/Off parameter to switch -D(irect) 2009-12-17 11:00:47 +00:00
robocop
2adbcaa018 Correction (some message ranges were marked as reserved to not conflict with FB3) 2009-12-17 09:20:14 +00:00
alexpeshkoff
961f5ebc09 gsecswi.h 2009-12-17 09:18:28 +00:00
asfernandes
69b1834f81 Remove wrong comment part, seen by Claudio 2009-12-17 01:46:17 +00:00
alexpeshkoff
d25a675c0a Added switch to nbackup, controlling direct access to database file 2009-12-16 17:30:25 +00:00
alexpeshkoff
c0e5c2965d correct switch length 2009-12-16 13:57:11 +00:00
alexpeshkoff
e51b5a1141 Some more changes suggested by Claudio 2009-12-16 13:49:49 +00:00
alexpeshkoff
055b77fecc Make libib_util usable with old server versions 2009-12-16 13:11:08 +00:00
alexpeshkoff
9dcd0c64f1 Backported fix for gsec compatibility 2009-12-16 12:41:17 +00:00
robocop
df3b3d5a75 Misc. 2009-12-15 06:36:14 +00:00
asfernandes
d129eec633 Fixed CORE-2804 - Problems with COMMENT ON and strings using introducer (charset) 2009-12-14 14:53:14 +00:00
alexpeshkoff
e38dfdf347 Backported fix for CORE-2807: Problem with tracing on linux 2009-12-14 14:39:21 +00:00
robocop
fb7ec7d780 Misc. 2009-12-14 13:07:40 +00:00
dimitr
b560538c9a Fixed CORE-2806: Views based on procedures can't be created if the proc's output fields participate in an expression. 2009-12-14 12:32:48 +00:00
hvlad
b31f3bc8c5 Backport fix for bug CORE-2797 : Problem with default value of SP parameter 2009-12-12 17:22:20 +00:00
hvlad
5fa620a7d6 Fixed bug CORE-2783 : AV using recursive query as subquery in SELECT list and ORDER'ing by them 2009-12-10 15:35:15 +00:00
dimitr
5e787a29bc Fixed (hopefully) CORE-2798: Incomplete plan output (lack of view names) when selecting from views containing procedures inside. 2009-12-10 14:25:12 +00:00
dimitr
ad11dd07d5 Fixed the interactive lock print header for waits. It was showing non-supported columns. 2009-12-07 16:17:38 +00:00
alexpeshkoff
04020c05ff Fixed issue detected by QA - non-members of group 'firebird' cannot access remote server 2009-12-07 10:33:06 +00:00
robocop
d2013e66bf Backport CORE-2792: Bad extraction syntax for procedure's parameter based on table's field 2009-12-05 12:52:23 +00:00
alexpeshkoff
71089253d1 Fixed an issue, detected during 2.5.0.RC1 QA - bad message when user had no rights to access /tmp/firebird 2009-12-04 17:48:07 +00:00
alexpeshkoff
4c07ec430b Fixed an issue, detected during 2.5.0.RC1 QA - a lot of same messages in the log 2009-12-04 15:15:07 +00:00
hvlad
85531a3b49 Fixed bug CORE-2670 : FB 2.5 freezes during data pump operations 2009-12-04 11:44:01 +00:00
dimitr
0f5a971f58 Update. 2009-12-04 09:00:56 +00:00
robocop
6ab27b290d Misc. 2009-12-04 07:56:48 +00:00
asfernandes
667b32ea6a Fixed CORE-2785 - Transliteration error with COMMENT statement 2009-12-03 17:58:04 +00:00
robocop
6f630129bd Misc. 2009-12-03 03:33:51 +00:00
hvlad
ae74f8e9cd Fixed bug CORE-2781 : AV in fbtracemgr when command line swithes set wrongly 2009-12-01 14:32:45 +00:00
hvlad
0335e1c119 Implement improvement CORE-2767 : Add ability to the trace plugin to configure traced services events on per-service name basis 2009-12-01 14:13:12 +00:00
hvlad
d757f2e1d8 Cleanup 2009-12-01 14:11:57 +00:00
alexpeshkoff
e585442383 Backported fix for CORE-2779: User list header is displayed at the end of each returning data call to fbsvcmgr 2009-12-01 12:04:40 +00:00
alexpeshkoff
b36c7310ec Backported fix for CORE-2778: SegFault in services when using same handle in different threads 2009-12-01 11:50:35 +00:00
robocop
543538d847 Misc. 2009-12-01 05:28:32 +00:00
alexpeshkoff
3a9931e870 Backported fix for CORE-2728: Access Violation when trying to add an user that already exists 2009-11-30 13:05:41 +00:00
hvlad
1bc759e857 Improve performance a bit. 2009-11-30 09:23:13 +00:00
robocop
fabcf41e1f Misc. 2009-11-30 09:21:15 +00:00
hvlad
c87dfdd7f4 Implement improvements CORE-2773 : Let "Start trace session" service report ID of newly created trace session
and CORE-2774 : Let "Start trace session" service report if there was no trace plugin's loaded by the engine
2009-11-30 09:01:18 +00:00
alexpeshkoff
3606706fae Backported fix for CORE-2765: Use of RDB$ADMIN role does not provide SYSDBA rights in GRANT/REVOKE 2009-11-29 15:41:42 +00:00
dimitr
2625263dda Fixed bug in my recent commit. 2009-11-28 22:28:22 +00:00
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