8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-27 18:03:04 +01:00
Commit Graph

38905 Commits

Author SHA1 Message Date
firebirds
9d2a4740e8 nightly update 2010-09-03 03:26:05 +00:00
dimitr
30bc027c82 Update. 2010-09-02 18:10:58 +00:00
dimitr
fe6de63673 Cleanup. 2010-09-02 15:02:47 +00:00
firebirds
ac32099f6a nightly update 2010-09-02 03:17:18 +00:00
asfernandes
68fbad90c3 Fixed CORE-3101 - Cannot alter the domain after migrating from older versions 2010-09-01 15:35:20 +00:00
firebirds
8355ba699d nightly update 2010-08-27 03:18:15 +00:00
asfernandes
8875978dda Fixed CORE-3109 - [Crash] isc_dql_exec_immed3_m for "create database ..." and NULL transaction 2010-08-27 02:51:41 +00:00
alexpeshkoff
bb5850961a Fixed CORE-3117: After an error in GDS_CLOSE_BLOB() blob handle becomes invalid 2010-08-26 10:52:11 +00:00
firebirds
3dc3678427 nightly update 2010-08-26 03:17:23 +00:00
dimitr
3c23e62580 Fixed a few suspicious places related to the variable cloning. 2010-08-25 08:00:30 +00:00
firebirds
500eccd348 nightly update 2010-08-24 08:39:15 +00:00
firebirds
3fb40e46ff nightly update 2010-08-24 03:15:58 +00:00
alexpeshkoff
f11f5ec8b9 Fixed CORE-3116: gsec outputs list of users to stderr instead stdout 2010-08-23 11:39:40 +00:00
alexpeshkoff
79e1e788c6 Applied suggested by Dmitry Kovalenko fix - it helps avoid AV when buffer is allocated exactly at the end of physical memory segment 2010-08-23 10:06:11 +00:00
firebirds
fc48004207 nightly update 2010-08-14 03:17:34 +00:00
firebirds
8e9353e092 nightly update 2010-08-12 03:16:45 +00:00
dimitr
5f1d41a7f6 More complete solution for CORE-2822: Error "no current row for fetch operation" when subquery includes a non-trivial derived table.
It's also expected to fix CORE-3103: Select statement with more non indexed reads in version 2.5RC3 as in version 2.1.3.
Patch for trunk will follow a bit later.
2010-08-11 10:50:33 +00:00
dimitr
a57c2d0794 Fixed the remaining issue related to CORE-1079: Every attach of fbclient/fbembed library to the host process leaks 64KB of memory. 2010-08-11 07:36:52 +00:00
hvlad
2dbab9603b Backport fix for bug CORE-3100 : Wait mode and lock timeout of external transaction of EXECUTE STATEMENT not matched to corresponding parameters of local transaction 2010-08-07 21:29:43 +00:00
asfernandes
70ad7ef699 Correction for CORE-3090 2010-08-07 02:49:25 +00:00
asfernandes
ea94b629ff Fixed CORE-3090 - Incorrect LEFT JOIN result using table and derived constant subquery 2010-08-07 01:50:35 +00:00
hvlad
4156a471d3 Fixed bug CORE-3089 : Attempt of execute statement on external datasource failed when datasource is interbase 4.1 2010-08-06 15:11:16 +00:00
asfernandes
88845a9c3d Fixed CORE-2893 - Regression introduced with fix for CORE-2893 causes double processing of nodes when preparing a statement. Debug build aborts. 2010-08-06 02:12:38 +00:00
asfernandes
fc5c390c69 Fixed CORE-3094 - Parameters doesn't work with NOT IN from a selectable procedure 2010-08-04 15:26:23 +00:00
asfernandes
b2861fbbc4 Backport fix for CORE-3091 - Built-in function POWER(X, Y) does not work when the X argument is negative and the Y value is scaled numeric but integral 2010-08-02 22:43:09 +00:00
hvlad
21bf6b821c Backport fix for bug CORE-3079 : Strong slowing down inserts with EVENT-s in a single transaction 2010-07-26 11:05:14 +00:00
alexpeshkoff
ebea0fd1b0 Fixed Mac port 2010-07-16 07:20:55 +00:00
alexpeshkoff
7067fb4862 Fixed unregistred bug (rc3 vs rc2 regression) - races when closing touchThread 2010-07-14 10:27:54 +00:00
dimitr
16f7504427 Update. 2010-07-13 07:18:24 +00:00
dimitr
c5edc55b7c Backported recent Vlad's bugfix. 2010-07-13 07:10:23 +00:00
dimitr
10aa0ae917 Mirror the recent Alex's change for Windows. It doesn't seem being strictly required, but let's be safe. 2010-07-13 07:05:30 +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
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
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
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
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
hvlad
567444e6e5 Fixed bug CORE-2981 : Error in Trace plugin (use local symbols in query) 2010-05-18 21:57:50 +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
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
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
hvlad
d2c89f53f3 Fixed bug CORE-2656 : Error reading data from the connection. On disconnect
Thanks to Oleg Matveyev for test case and assistance
2009-10-11 19:54:04 +00:00
asfernandes
a64bb88435 increment build number 2009-10-11 15:59:07 +00:00
asfernandes
4596f7c8bf increment build number 2009-10-11 03:51:18 +00:00
asfernandes
4e5a122bad increment build number 2009-10-10 22:10:32 +00:00
fsg
156d12ce83 increment build number 2009-10-08 12:52:51 +00:00
alexpeshkoff
186497888d increment build number 2009-10-08 08:51:52 +00:00
alexpeshkoff
c74b04d60e increment build number 2009-10-08 08:51:51 +00:00
alexpeshkoff
2e0203d53a increment build number 2009-10-08 08:51:50 +00:00
alexpeshkoff
fd1a52e199 increment build number 2009-10-08 08:51:48 +00:00
alexpeshkoff
2b9eeb88d5 increment build number 2009-10-08 08:20:45 +00:00
alexpeshkoff
34b7d3b5dc increment build number 2009-10-08 08:20:44 +00:00
alexpeshkoff
2d78f5fe30 increment build number 2009-10-08 08:20:43 +00:00
alexpeshkoff
586302d271 increment build number 2009-10-08 08:20:41 +00:00
alexpeshkoff
7717e22756 increment build number 2009-10-08 08:02:41 +00:00
alexpeshkoff
992219c1ad increment build number 2009-10-08 08:02:40 +00:00
alexpeshkoff
34738892dd increment build number 2009-10-08 07:59:38 +00:00
alexpeshkoff
47f78b2351 increment build number 2009-10-08 07:59:37 +00:00
alexpeshkoff
85cdbb4e63 increment build number 2009-10-08 07:59:35 +00:00
asfernandes
b72197af00 increment build number 2009-10-08 00:21:28 +00:00
asfernandes
5f852e3bd1 Misc 2009-10-08 00:21:27 +00:00
alexpeshkoff
0816ff96c7 increment build number 2009-10-07 13:29:19 +00:00
alexpeshkoff
5624d085f3 increment build number 2009-10-07 13:29:18 +00:00
alexpeshkoff
23b4e0767e Port to Renesas SH (linux) by Nobuhiro Iwamatsu 2009-10-07 13:29:17 +00:00
fsg
4c9d5f0d93 increment build number 2009-10-07 12:52:41 +00:00
robocop
c710d90c09 increment build number 2009-10-07 09:39:52 +00:00
robocop
6027255ad5 Misc comments. 2009-10-07 09:39:51 +00:00
alexpeshkoff
aa3118c2ee increment build number 2009-10-07 08:22:02 +00:00
alexpeshkoff
7d08867e27 Fixed CORE-2669: Enhance diagnostics in case of status vector overflow 2009-10-07 08:22:01 +00:00
fsg
61ee55967a increment build number 2009-10-06 12:54:25 +00:00
fsg
16cab31c6d increment build number 2009-10-06 12:54:24 +00:00
fsg
89ef360645 increment build number 2009-10-06 12:53:20 +00:00
fsg
1157232a27 increment build number 2009-10-06 12:52:41 +00:00
alexpeshkoff
7f3c69bff3 increment build number 2009-10-06 12:51:35 +00:00
alexpeshkoff
749675cf6d Cleanup 2009-10-06 12:51:34 +00:00
hvlad
e3abd293a5 increment build number 2009-10-06 10:57:55 +00:00
dimitr
fd59dd2b1b increment build number 2009-10-06 07:40:11 +00:00
paul_reeves
ae500f7e45 increment build number 2009-10-06 06:00:38 +00:00
hvlad
bfd72d7238 increment build number 2009-10-05 21:04:48 +00:00
dimitr
67291dcf8e increment build number 2009-10-05 16:06:46 +00:00
dimitr
d60030074d Just a consistency with other variables. 2009-10-05 16:06:44 +00:00
hvlad
f0d75cbdd4 increment build number 2009-10-05 15:53:56 +00:00
asfernandes
f4fd195b99 increment build number 2009-10-05 15:52:34 +00:00
asfernandes
6224fd4fd6 increment build number 2009-10-05 15:52:33 +00:00
asfernandes
44c409a327 Fixed CORE-2642 - ICU initialization for properly work in MT environment 2009-10-05 15:52:32 +00:00
paulbeach
2ff05f654a increment build number 2009-10-05 15:42:53 +00:00
paulbeach
8b13eebdec increment build number 2009-10-05 15:42:52 +00:00
paulbeach
2a666d7a3b increment build number 2009-10-05 15:39:43 +00:00
paulbeach
3110bdc8fa increment build number 2009-10-05 15:35:47 +00:00
dimitr
5869442248 increment build number 2009-10-05 14:29:40 +00:00
dimitr
38edeee1ce Fixed regression for test "bugs.core_1076" introduced by some cleanup.
User first/middle/last names have nothing to do with SQL identifiers and their length is limited by 32 characters.
2009-10-05 14:29:39 +00:00
hvlad
a6f41a5cab increment build number 2009-10-05 13:22:47 +00:00
hvlad
58fa67ac12 increment build number 2009-10-05 13:22:46 +00:00
hvlad
a3b1fec3d5 increment build number 2009-10-05 13:21:15 +00:00
hvlad
3541bb73b2 increment build number 2009-10-05 13:19:40 +00:00
fsg
4c4d11cce1 increment build number 2009-10-05 12:55:01 +00:00
fsg
253636c267 increment build number 2009-10-05 12:54:05 +00:00
hvlad
26f945b350 increment build number 2009-10-05 10:27:03 +00:00
hvlad
fd15d59ac8 1. Pass explicit role to the security database attachment
2. Better error messages - append original error occured in security database after primary error code
2009-10-05 10:27:02 +00:00
alexpeshkoff
6fbd82ac71 increment build number 2009-10-05 10:27:00 +00:00
alexpeshkoff
fbda7f245e Fixed CORE-2439: Add FIX_FSS_DATA and FIX_FSS_METADATA into the server 2009-10-05 10:26:59 +00:00
alexpeshkoff
95d7c5a7a1 increment build number 2009-10-05 10:26:58 +00:00
alexpeshkoff
af7c4b2bf0 increment build number 2009-10-05 10:26:57 +00:00
alexpeshkoff
8992546674 increment build number 2009-10-05 10:26:56 +00:00
alexpeshkoff
3a14e9f15c increment build number 2009-10-05 10:26:54 +00:00
dimitr
6f7100f17b increment build number 2009-10-05 08:28:05 +00:00
dimitr
7df0f31474 Avoid polluting firebird.log with "error 534" when 32-bit binaries run on a 64-bit host. 2009-10-05 08:28:04 +00:00
dimitr
22c8cd42c6 increment build number 2009-10-05 07:50:48 +00:00
dimitr
c05d0e850f increment build number 2009-10-05 07:50:47 +00:00
dimitr
dd5785711c increment build number 2009-10-05 07:49:54 +00:00
dimitr
2b65a8c6bd increment build number 2009-10-05 07:49:19 +00:00
dimitr
31f029e72b increment build number 2009-10-05 07:46:01 +00:00
dimitr
e7f0504418 increment build number 2009-10-05 07:45:23 +00:00
dimitr
5bbb1c5f15 increment build number 2009-10-05 07:44:58 +00:00
dimitr
9027b68851 increment build number 2009-10-05 07:40:18 +00:00
alexpeshkoff
3d118f7c8e increment build number 2009-10-05 07:06:58 +00:00
asfernandes
241935c24c increment build number 2009-10-04 21:47:55 +00:00
asfernandes
d6266054b7 Fixed CORE-2660 - COUNT(*) incorrectly returns 0 when a condition of an outer join doesn't match 2009-10-04 21:47:52 +00:00
fsg
b5aa22194f increment build number 2009-10-04 12:52:13 +00:00
dimitr
516f412dd6 increment build number 2009-10-04 11:27:43 +00:00
dimitr
7a0aa8afd6 Restored the legacy enable/disable subsystem logic. 2009-10-04 11:27:42 +00:00
fsg
635a8cda19 increment build number 2009-10-03 12:53:23 +00:00
dimitr
31029e96fd increment build number 2009-10-03 11:37:47 +00:00
dimitr
3a3512da8e Fixed CORE-2659: Sub-optimal (not indexed) query plan for outer joins involving complex views.
We don't need to validate all the view streams inside the optimizer, just those inside the e_derived_expr_expr argument.
2009-10-03 11:37:46 +00:00
asfernandes
e356aaeae1 increment build number 2009-10-03 00:52:25 +00:00
asfernandes
77c8510390 increment build number 2009-10-03 00:52:24 +00:00
asfernandes
dbed23fafc Misc 2009-10-03 00:52:23 +00:00
asfernandes
feb0479e0c increment build number 2009-10-03 00:52:22 +00:00
asfernandes
5710bbf939 increment build number 2009-10-03 00:52:21 +00:00
asfernandes
be4e2c985a increment build number 2009-10-03 00:52:20 +00:00
asfernandes
cec0183f59 increment build number 2009-10-03 00:52:19 +00:00
asfernandes
e2f7e26a72 increment build number 2009-10-03 00:52:18 +00:00
asfernandes
133458f888 increment build number 2009-10-03 00:52:16 +00:00
dimitr
f9b41c7ccc increment build number 2009-10-02 19:16:41 +00:00
dimitr
c175687923 Misc. 2009-10-02 19:16:36 +00:00
alexpeshkoff
34e6ca6512 increment build number 2009-10-02 16:44:02 +00:00
alexpeshkoff
178d1af371 increment build number 2009-10-02 16:44:01 +00:00
alexpeshkoff
dbbea09f2b Fixed CORE-2657: Ability to get any permissions (including SYSDBA) working with services 2009-10-02 16:44:00 +00:00
alexpeshkoff
6d1a30521c increment build number 2009-10-02 16:43:59 +00:00
alexpeshkoff
b4e2a28943 increment build number 2009-10-02 16:43:58 +00:00
alexpeshkoff
a440d8a5bc increment build number 2009-10-02 16:43:57 +00:00
alexpeshkoff
5cf17ed674 increment build number 2009-10-02 16:43:56 +00:00
alexpeshkoff
52c65a6910 increment build number 2009-10-02 16:43:55 +00:00
alexpeshkoff
681174aea7 increment build number 2009-10-02 16:43:54 +00:00
alexpeshkoff
eacb11d8f4 increment build number 2009-10-02 16:43:52 +00:00
alexpeshkoff
53bdc3724d increment build number 2009-10-02 16:43:51 +00:00
alexpeshkoff
351ca52147 increment build number 2009-10-02 16:43:50 +00:00
alexpeshkoff
e1ec0277e4 increment build number 2009-10-02 16:43:48 +00:00
alexpeshkoff
8d6a871a7a increment build number 2009-10-02 16:19:34 +00:00
alexpeshkoff
5ae3502555 Linux intel compiler port 2009-10-02 16:19:31 +00:00
hvlad
36bd7c4865 increment build number 2009-10-02 13:24:23 +00:00
hvlad
7a1c8ba52e increment build number 2009-10-02 13:24:22 +00:00
hvlad
02b9ac8fd8 No need to report full path of the failed traced plugin module as we load it from only one and well known location 2009-10-02 13:24:21 +00:00
hvlad
03140dd920 increment build number 2009-10-02 13:22:09 +00:00
hvlad
10d185d653 Report alias (if present) instead of expanded file name at failed attach event 2009-10-02 13:22:08 +00:00
hvlad
75ec27f7ad increment build number 2009-10-02 13:20:53 +00:00
hvlad
70c4a4e7e9 Catch AdminException and re-throw known for us Firebird::Exception descendant 2009-10-02 13:20:51 +00:00
fsg
94c7f0fa4c increment build number 2009-10-02 12:54:41 +00:00
hvlad
bdb8d944aa increment build number 2009-10-02 08:46:05 +00:00
asfernandes
87bb7bce4d increment build number 2009-10-02 02:17:38 +00:00
asfernandes
4bb98c3c51 increment build number 2009-10-02 02:17:37 +00:00
asfernandes
eb059b8403 Misc 2009-10-02 02:17:36 +00:00
fsg
4f7fbea849 increment build number 2009-10-01 12:52:52 +00:00
hvlad
13750978c5 increment build number 2009-10-01 09:14:27 +00:00
hvlad
96b5309e03 Remove double quotes around value of AuditTraceConfigFile setting, if present 2009-10-01 09:14:26 +00:00
hvlad
c632ce75f9 increment build number 2009-10-01 09:12:51 +00:00
hvlad
653a3f2e02 Make better XNET's error messages in firebird.log 2009-10-01 09:12:49 +00:00
sboyd
3d25d642fc increment build number 2009-09-30 15:28:55 +00:00
sboyd
52cf6fad66 Some more parameter conversion problems in the event intialization routines.
Fixed a bug in the parameter pool cleanup routines.  I was freeing the entire pool table rather than the individual pool items.
2009-09-30 15:28:52 +00:00
fsg
462604a599 increment build number 2009-09-30 12:52:42 +00:00
verbguy
812fd2ece0 increment build number 2009-09-30 11:40:18 +00:00
alexpeshkoff
a7a0cad448 increment build number 2009-09-30 08:51:05 +00:00
alexpeshkoff
d0f2c3a623 Assertion added 2009-09-30 08:51:04 +00:00