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

21735 Commits

Author SHA1 Message Date
fsg
ca7252e33e nightly update, without subbranches 2007-04-18 02:20:28 +00:00
alexpeshkoff
6d77a71f65 backported fix for CORE-968 2007-04-17 09:03:51 +00:00
fsg
b7b1ad3043 nightly update, without subbranches 2007-04-14 02:20:52 +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
fsg
52f4db3f31 nightly update, without subbranches 2007-04-11 17:45:43 +00:00
dchri
c5d5cf9281 Renamed struct small to mbk_small 2007-04-11 16:39:03 +00:00
fsg
24707a49a3 nightly update, without subbranches 2007-04-06 02:20:59 +00:00
paulbeach
6f0d491d90 Export symbols on Darwin properly. 2007-04-05 11:30:23 +00:00
paulbeach
b5637233fc Darwin stuff not needed anymore 2007-04-05 10:11:50 +00:00
alexpeshkoff
a031aa26aa avoid static variable in inline function - thanks to Claudio 2007-04-05 08:55:34 +00:00
fsg
3fd73117d3 nightly update, without subbranches 2007-04-05 02:21:00 +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
fsg
3f8eb94ae9 nightly update, without subbranches 2007-03-31 02:21:39 +00:00
alexpeshkoff
4a2dc23ed4 no need to have incompatible ODS on sparc 2007-03-30 15:06:08 +00:00
fsg
1e2d28e5dc nightly update, without subbranches 2007-03-29 02:20:34 +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
fsg
5fc0a2e55f nightly update, without subbranches 2007-03-28 02:20:34 +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
877ebf0a94 Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round 2007-03-27 09:39:15 +00:00
fsg
3a2b07511f nightly update, without subbranches 2007-03-27 02:20:00 +00:00
paulbeach
a8bd4e6cae Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round 2007-03-26 15:53:10 +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
fsg
a8d6016262 nightly update, without subbranches 2007-03-26 02:21:06 +00:00
alexpeshkoff
b03a959397 last fixes for sparc 2007-03-25 10:12:36 +00:00
fsg
c9ef1069f1 nightly update, without subbranches 2007-03-24 03:20:55 +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
fsg
d5ab5ec85b nightly update, without subbranches 2007-03-23 03:20:58 +00:00
paul_reeves
8cab3c5a34 Include examples in fb2.0 zip pack 2007-03-22 09:26:48 +00:00
fsg
1d426dc5ff nightly update, without subbranches 2007-03-22 03:21:26 +00:00
alexpeshkoff
316c8fb2e5 Fixed alignment issue in remote on sparc 2007-03-21 10:51:34 +00:00
fsg
4f633a6e6c nightly update, without subbranches 2007-03-21 03:20:28 +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
fsg
babe935830 nightly update, without subbranches 2007-03-20 03:20:46 +00:00
alexpeshkoff
81d54b3933 let this platforms also have correct debug info 2007-03-19 17:26:09 +00:00
paul_reeves
acac98e129 Remove references to RC2 2007-03-19 15:39:21 +00:00
fsg
b21ca1d62f nightly update, without subbranches 2007-03-19 03:20:31 +00:00
alexpeshkoff
35b98713f9 Fixes to make firebird2 work on Sparc 2007-03-18 17:16:06 +00:00
fsg
ac6dd5a2aa nightly update, without subbranches 2007-03-17 03:21:47 +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
fsg
137e423267 nightly update, without subbranches 2007-03-09 03:22:58 +00:00
paulbeach
3f8342c943 Firebird 2.0 MacOS Classic Intel Build 2007-03-08 09:19:13 +00:00
paulbeach
bfedaf2e31 Firebird 2.0 MacOS Classic Intel Build 2007-03-08 08:28:47 +00:00
fsg
1d28168ed5 nightly update, without subbranches 2007-03-08 03:21:03 +00:00
asfernandes
7c6c51d023 Misc 2007-03-08 02:08:01 +00:00