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

19337 Commits

Author SHA1 Message Date
alexpeshkoff
46ebed9a87 Fixed bug in my previous commit 2007-06-08 11:33:46 +00:00
alexpeshkoff
221b80a080 Make it compilable when no PREAD_PWRITE present 2007-06-06 13:12:53 +00:00
alexpeshkoff
8a0238c13c misc 2007-06-06 08:41:32 +00:00
alexpeshkoff
fd4362eabe Backported fix for CORE-1302: Races during service startup 2007-06-06 08:38:23 +00:00
asfernandes
2f17123e7e Backport fix for CORE-1279 - Incorrect initialization of the engine with many simultaneous attachments at first time. 2007-05-23 02:32:02 +00:00
hvlad
ae803f0b1b Add missed THREAD_ENTER calls 2007-05-21 19:31:10 +00:00
dimitr
7f1e6db1ea A better fix for the previous issue. This time it doesn't crash on DROP DATABASE :-) 2007-05-21 07:30:47 +00:00
dimitr
c81f7d4a43 Ooops, it wasn't intended for public :-) 2007-05-16 14:02:27 +00:00
dimitr
2cc12312d7 Fixed CORE-1265. 2007-05-16 13:32:44 +00:00
alexpeshkoff
9f9e17addd Backported fix of incomplete backups when out of space 2007-05-08 15:23:02 +00:00
dimitr
363e683228 Fixed the MSVC build. Claudio, feel free to restore that conditionally for VC6, if required. 2007-05-08 13:57:25 +00:00
alexpeshkoff
ab3f9bcd2e backported Vlad's optimization for SparseBitmap::set 2007-05-08 12:50:29 +00:00
dimitr
6f40c998b3 Fixed wrongly backported code. Thanks to Alex. 2007-05-08 12:35:55 +00:00
alexpeshkoff
45c4b8d2fe misc 2007-05-08 09:05:40 +00:00
dimitr
0eab23976a Fixed CORE-1249 plus minor corrections for the single-user shutdown mode.
The change in CCH allows to report isc_shutdown instead of the LM error code in Classic (GFIX depends on this behaviour).
2007-05-08 08:24:59 +00:00
hvlad
ede01ab0a6 Fixed CORE-1247 : Blobs garbage collector removed wrong blob if going blob descriptor contains 0:0 (NULL value) but field's NULL flag is not set 2007-05-07 09:46:08 +00:00
alexpeshkoff
5db3a3d2ab fixed alignment issue in my previous commit - thanks to Adriano 2007-05-03 13:44:52 +00:00
alexpeshkoff
0332ae812c Fixed CORE-1240 - any task, using libfbclient, hangs on exit on Darwin/PPC 2007-05-03 12:50:21 +00:00
paulbeach
06b2e25d1c MacOS Port 2007-05-02 13:46:15 +00:00
dimitr
4dee9490bf Fixed the issue reported by grostoon in fb-devel. 2007-04-27 15:21:53 +00:00
dimitr
498c9f8d68 Update. 2007-04-26 14:13:20 +00:00
dimitr
6ec53c96d9 Backported ANY/ALL related logic from HEAD. 2007-04-26 10:12:40 +00:00
hvlad
4337747982 Fixed CORE-1207 : FB embedded requires extra OS privileges
This is simplest fix we can do for 2.0.x version
2007-04-18 08:22:58 +00:00
alexpeshkoff
6d77a71f65 backported fix for CORE-968 2007-04-17 09:03:51 +00:00
dimitr
bf24c51cb9 Misc. 2007-04-13 12:21:40 +00:00
dimitr
ebc617c97c Backported Claudio's fix for corrupted dbs. It also fixes CORE-1205 (on the server side). 2007-04-13 12:21:22 +00:00
dchri
c5d5cf9281 Renamed struct small to mbk_small 2007-04-11 16:39:03 +00:00
alexpeshkoff
a031aa26aa avoid static variable in inline function - thanks to Claudio 2007-04-05 08:55:34 +00:00
alexpeshkoff
b155f6fac6 sorry, debugging code in previous commit 2007-04-04 12:17:35 +00:00
alexpeshkoff
a7a87973fb fixed races on Darwin/386 during init 2007-04-04 12:15:03 +00:00
alexpeshkoff
4a2dc23ed4 no need to have incompatible ODS on sparc 2007-03-30 15:06:08 +00:00
dimitr
07b8aa0df6 Fixed CORE-1183. 2007-03-28 09:42:34 +00:00
asfernandes
21f3551b1e Misc 2007-03-28 02:25:53 +00:00
alexpeshkoff
8b2db8e685 Fixed problems with windows build and database restore - thanks to Dmitry and Vlad 2007-03-27 11:42:51 +00:00
paulbeach
ba0f3e71cc Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round 2007-03-26 15:10:50 +00:00
paulbeach
c25f1cd153 Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round 2007-03-26 13:51:54 +00:00
paulbeach
ae966b05bc Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round 2007-03-26 11:36:36 +00:00
alexpeshkoff
b03a959397 last fixes for sparc 2007-03-25 10:12:36 +00:00
dimitr
2f2ec71cd4 An alternative attempt to fix the alignment issue. We don't need to track the entire blob_id, the record number part is enough. Hence there's no need to read the whole blob_id as int64.
Discussed with Vlad and Alex, tested on SPARC.
2007-03-23 11:35:37 +00:00
alexpeshkoff
316c8fb2e5 Fixed alignment issue in remote on sparc 2007-03-21 10:51:34 +00:00
alexpeshkoff
41f6aa2260 Second part of sparc-related changes.
It solves most of problems, detected by FbTcs,
except remote protocol and may be compatibility with ODS10.
2007-03-20 13:28:40 +00:00
alexpeshkoff
35b98713f9 Fixes to make firebird2 work on Sparc 2007-03-18 17:16:06 +00:00
dimitr
88fd54608d One more RISC-related adjustment (ported from HEAD). 2007-03-16 10:24:42 +00:00
dimitr
02578724a3 Backported fix for bugcheck reported by Damyan. 2007-03-16 05:06:17 +00:00
asfernandes
7c6c51d023 Misc 2007-03-08 02:08:01 +00:00
alexpeshkoff
0244280e81 misc fixes after MacOS port 2007-03-07 16:33:03 +00:00
paulbeach
f3d3fa2b98 Firebird 2.0 MacOS Classic Intel Build 2007-03-07 15:04:35 +00:00
dimitr
aa756f749b Backported fix for CORE-1142. 2007-03-05 09:50:21 +00:00
alexpeshkoff
0d7eb34231 Backported fix for CORE-1148 and CORE-1149 2007-03-02 14:06:44 +00:00
dimitr
2f1dc82563 Fixed CORE-1145. 2007-02-28 14:31:19 +00:00