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

43119 Commits

Author SHA1 Message Date
alexpeshkoff
5f03d1994c Added LSB header 2010-11-11 07:50:25 +00:00
firebirds
b388718882 nightly update 2010-11-10 03:19:00 +00:00
asfernandes
f8a665bbdf Fixed CORE-3222 - View with "WITH CHECK OPTION" doesn't like TRIM function in WHERE 2010-11-09 17:27:55 +00:00
firebirds
8ec39fbf41 nightly update 2010-11-09 03:19:48 +00:00
dimitr
db756441ce Avoid destructing the temporary transaction twice. This is expected to fix the crash reported in CORE-3207. 2010-11-08 19:43:53 +00:00
dimitr
8886291062 Comment. 2010-11-08 16:32:38 +00:00
dimitr
12dac02bb7 Fixed CORE-3029: Bugcheck "Too many savepoints (287)" at rollback after exception at EXECUTE BLOCK with exception handler. 2010-11-08 16:30:43 +00:00
alexpeshkoff
eb5414af46 Backported fix for CORE-3220: isc_info_svc_get_users returns error message in the result cluster 2010-11-08 16:17:25 +00:00
dimitr
959fcfc181 Fixed unregistered crash when database pools are being printed into the file. We don't have such code enabled by default, so this isn't going to affect production systems. 2010-11-08 10:34:14 +00:00
dimitr
5903323d92 Fixed an old error which handles aggregates wrongly. So far it seems harmless for versions prior to v3.0 where it has been fixed, but let's be on the safe side. 2010-11-08 10:31:44 +00:00
dimitr
475f873682 Fixed CORE-3217: Server crashes inside the lock manager when multiple connections attaching/detaching simultaneously. 2010-11-08 10:10:29 +00:00
dimitr
c45d0e5cdb Fixed CORE-3218: Statement cancellation request might be silently ignored by the currently running SQL code. 2010-11-08 09:16:14 +00:00
dimitr
e7ade52371 Hopefully, this should fix a (supposedly rare) crash I've seen in the debugger once. 2010-11-08 08:48:50 +00:00
dimitr
07a932f7c9 If we swallow the exception, let's zap it inside the status vector as well. This fixes the assertion in the debug build. 2010-11-08 07:22:06 +00:00
firebirds
0a3dde0687 nightly update 2010-11-04 03:16:54 +00:00
asfernandes
fd68563a7e Fixed CORE-3211 - String truncation occurs when selecting from a view containing NOT IN inside 2010-11-04 01:10:59 +00:00
firebirds
177f2b9654 nightly update 2010-11-03 03:23:15 +00:00
dimitr
85ba1c7719 Fixed CORE-3210: The cursor identified in the UPDATE or DELETE statement is not positioned on a row. no current record for fetch operation in SELECT query. 2010-11-02 11:20:01 +00:00
firebirds
9b84466870 nightly update 2010-11-02 03:25:11 +00:00
dimitr
52ed454bc9 Fixed CORE-3208: Significant memory leaks with recursive queries. 2010-11-01 19:22:55 +00:00
firebirds
6a908577da nightly update 2010-11-01 03:17:07 +00:00
dimitr
1ee06e52cd Fixed CORE-3205: isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err.
Also, restore the legacy behavior for EXECUTE PROCEDURE and RETURNING queries. This is expected to fix CORE-3203.
2010-10-31 08:47:41 +00:00
firebirds
a7150ae37f nightly update 2010-10-29 03:20:18 +00:00
dimitr
5b2c35b3e3 Fixed CORE-3202: execute_immediate API call family may crash the remote server. 2010-10-28 18:09:39 +00:00
firebirds
ac48bc9250 nightly update 2010-10-27 03:18:06 +00:00
asfernandes
dfb7ee4af5 Fixed CORE-3157 - COMMENT ON PARAMETER - Statement leads in a consumption of 1.7 GB RAM and a runtime of more than 1 Minute 2010-10-26 23:34:46 +00:00
firebirds
9cc25a77cf nightly update 2010-10-20 03:18:07 +00:00
alexpeshkoff
15132bc4a6 Backported fix for CORE-3148: possible segfault in SQZ_apply_differences 2010-10-19 13:28:18 +00:00
firebirds
aebad12f40 nightly update 2010-10-19 03:18:59 +00:00
alexpeshkoff
67e1a2eab4 Make it build using clang++ - thanks to marius 2010-10-18 17:23:26 +00:00
hvlad
9ddc0ef468 Fixed bug CORE-3188 : page 0 is of wrong type (expected 6, found 1) 2010-10-17 21:35:24 +00:00
asfernandes
98bf701126 Fixed CORE-3180 - ALTER VIEW with not matched columns in declaration and selection crashs the server 2010-10-17 14:32:04 +00:00
firebirds
a85fd4cfa8 nightly update 2010-10-16 03:24:37 +00:00
alexpeshkoff
3871d93629 Fixed issues, found by clang 2010-10-15 15:18:35 +00:00
alexpeshkoff
84aef755e2 Backported CORE-3185: Firebird compilation on a box, already running firebird server 2010-10-15 14:54:45 +00:00
alexpeshkoff
0c139f1f55 CORE-3184: Committed Damyan's patch - port for linux/hppa and linux/alpha 2010-10-15 09:07:13 +00:00
firebirds
80e7b4e8e0 nightly update 2010-10-15 03:18:19 +00:00
alexpeshkoff
f126fd52a3 Ported fix for CORE-3022: gpre C++ compiler warnings with GCC 4.4.1 2010-10-14 11:34:59 +00:00
alexpeshkoff
f65856fca2 Fixed issue, detected by clang++ compiler 2010-10-14 06:25:12 +00:00
dimitr
9c7f9d96ef Misc. 2010-10-14 05:18:24 +00:00
firebirds
66b4b413da nightly update 2010-10-14 03:18:41 +00:00
alexpeshkoff
008d4c1a64 Fixed CORE-3166: Script changeMultiConnectMode.sh should not be present in SS environment 2010-10-13 12:47:42 +00:00
dimitr
24777be976 Fixed the major part of the slowdown in CORE-2827: Very slow prepare for complex interrelated metadata with many triggers indirectly involved in the operation being prepared.
Code cleanup.
2010-10-13 12:11:52 +00:00
firebirds
28a44566d7 nightly update 2010-10-09 03:16:09 +00:00
hvlad
a9c57583b7 Backported fix for bug CORE-3170 : Engine could enter infinite loop if EVENT's are posted but no subscribers exists 2010-10-08 11:58:59 +00:00
firebirds
c9a14d5dba nightly update 2010-10-08 03:23:16 +00:00
hvlad
b48913d054 Backport fix for bug CORE-3168: exclude_filter doesn't work for <services></section> section of the Trace facility 2010-10-07 16:14:31 +00:00
firebirds
0c82314261 nightly update 2010-10-07 03:16:47 +00:00
asfernandes
4ba1897fe8 Fixed CORE-3164 - Parameterized requests involving blob fields fails when connected using charset UTF8 2010-10-06 15:39:08 +00:00
firebirds
11dfe769b2 nightly update 2010-10-06 03:23:50 +00:00