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

36362 Commits

Author SHA1 Message Date
alexpeshkoff
257cf9824d increment build number 2008-12-15 18:08:28 +00:00
alexpeshkoff
af3b4e62b1 Frontported fix for CORE-2242: Engine incorrectly fills BPB 2008-12-15 18:08:27 +00:00
alexpeshkoff
198b329106 increment build number 2008-12-15 18:07:58 +00:00
alexpeshkoff
91c88f0752 increment build number 2008-12-15 18:03:44 +00:00
alexpeshkoff
1aead3cb62 fixed posix/intel build 2008-12-15 18:03:43 +00:00
asfernandes
450894a4b0 increment build number 2008-12-15 14:59:36 +00:00
asfernandes
8793f2bccf increment build number 2008-12-15 14:59:35 +00:00
asfernandes
84dfa0e092 Fixed CORE-316 - Can't open database with MBCS/Extended characters in name.
Documentation soon.
2008-12-15 14:59:34 +00:00
asfernandes
0a78fd7ba4 increment build number 2008-12-15 14:59:33 +00:00
robocop
bfa94bf4a2 increment build number 2008-12-15 06:11:51 +00:00
robocop
1df4bc6b5f increment build number 2008-12-15 06:11:50 +00:00
robocop
7076ca77c6 Correction to my own code. 2008-12-15 06:11:49 +00:00
robocop
3eb6cdc620 increment build number 2008-12-15 06:08:32 +00:00
robocop
bf22dc24b4 increment build number 2008-12-15 06:08:31 +00:00
fsg
6c3db2ecc2 increment build number 2008-12-14 19:40:09 +00:00
fsg
87551e3752 increment build number 2008-12-14 19:40:08 +00:00
fsg
aac41be4b8 increment build number 2008-12-14 19:39:08 +00:00
fsg
0ffddfa6d1 increment build number 2008-12-14 19:38:34 +00:00
fsg
41ef2e9136 nightly update 2008-12-14 19:38:33 +00:00
robocop
3408d35e6c increment build number 2008-12-14 10:31:27 +00:00
robocop
5ef3c9362f increment build number 2008-12-14 10:31:26 +00:00
robocop
0f482bf4c2 increment build number 2008-12-14 10:30:43 +00:00
robocop
e9b037a050 increment build number 2008-12-14 10:30:05 +00:00
robocop
3f70a1ff27 increment build number 2008-12-14 10:28:33 +00:00
robocop
28191799c9 Fix for random failure when shadowing is started (don't know how to reproduce it, but the error is evident in the source code). 2008-12-14 10:28:32 +00:00
robocop
3d88723097 increment build number 2008-12-14 10:19:28 +00:00
robocop
511c7eb7d8 Promote thread_data* as function argument. 2008-12-14 10:19:27 +00:00
robocop
fea106ff66 increment build number 2008-12-14 09:28:26 +00:00
robocop
e4650d5027 Promote thread_data* as function argument. Only exception where both tdbb and dbb were left together as arguments is nbak.cpp's call to CCH_rollover_to_shadow to avoid any side effect in the changed code, but anyway, that function calls SDW_rollover_to_shadow that takes the dbb from the tdbb and not explicitly. 2008-12-14 09:28:25 +00:00
robocop
0b6f03e15a increment build number 2008-12-14 08:58:14 +00:00
robocop
b1cd34726c Style. 2008-12-14 08:58:13 +00:00
robocop
fd7ace4273 increment build number 2008-12-14 08:55:40 +00:00
robocop
183cc9e0df Make the common code a new member function. 2008-12-14 08:55:39 +00:00
fsg
172da988ef increment build number 2008-12-13 19:38:34 +00:00
fsg
9479a734b3 nightly update 2008-12-13 19:38:33 +00:00
asfernandes
de49fad692 increment build number 2008-12-13 18:25:46 +00:00
asfernandes
4769d47fa3 Fixed CORE-2237 - Assertion at src\jrd\intl.cpp 569 2008-12-13 18:25:45 +00:00
asfernandes
7a185c8bb4 increment build number 2008-12-13 17:46:06 +00:00
asfernandes
6f4886b9cf Fix syntax error 2008-12-13 17:46:05 +00:00
robocop
4f99b06993 increment build number 2008-12-13 09:41:37 +00:00
robocop
8b20c40bf3 Misc. 2008-12-13 09:41:36 +00:00
robocop
d68bf80414 increment build number 2008-12-13 09:26:02 +00:00
robocop
548dfbd6b0 increment build number 2008-12-13 09:26:01 +00:00
robocop
761f0348ea Style. 2008-12-13 09:26:00 +00:00
robocop
1297678c30 increment build number 2008-12-13 09:19:57 +00:00
robocop
030568068b increment build number 2008-12-13 09:19:56 +00:00
robocop
38bd660bb2 Style, assertions and some minor fixed. To be reviewed by Dmitry. 2008-12-13 09:19:55 +00:00
robocop
8ab52cc3d4 increment build number 2008-12-13 09:19:24 +00:00
robocop
d18166f1bd increment build number 2008-12-13 09:19:23 +00:00
robocop
f140cbb7d2 Before I put the "explicit" modifier on AtomicCounter's constructor, the compiler was generating a temporary AtomicCounter on the fly and later assigning it to the target AtomicCounter instance to satisfy an assignment of an integer to an AtomicCounter. I'm not sure we want to allow (and worse, foster) the copying of AtomicCounter instances or temporaries created by the compiler, hence I implemented a new method and fixed the code, but I don't know how to write the best code for one group of platforms in fb_atomic.h, hence I wrote the method with a syntax problem to be caught by someone who knows better. 2008-12-13 09:19:22 +00:00