8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

nightly update

This commit is contained in:
fsg 2009-05-30 12:49:21 +00:00
parent 15de0c9b9c
commit e1806ad63d

View File

@ -1,3 +1,56 @@
2009-05-30 07:34 robocop
* firebird2/src/jrd/event.cpp (1.98):
Misc and minor correction.
2009-05-29 16:10 alexpeshkoff
* firebird2/src/jrd/: DatabaseSnapshot.cpp (1.102),
DatabaseSnapshot.h (1.31):
Front-ported fix for CORE-2482: Monitoring tables data collection
is unstable when attaching or detaching database
2009-05-29 13:27 robocop
* firebird2/src/: burp/mvol.cpp (1.65), burp/spit.cpp (1.45),
common/thd.cpp (1.8), extlib/ib_udf.cpp (1.14),
extlib/fbudf/stdafx.h (1.9), iscguard/iscguard.cpp (1.67),
isql/isql_win.cpp (1.23), jrd/exe.cpp (1.300), lock/lock.cpp
(1.193), misc/memtest.cpp (1.8), msgs/check_msgs.epp (1.17),
remote/inet_server.cpp (1.97), utilities/analyse.cpp (1.22),
utilities/fbcpl/stdafx.h (1.3):
Let's use more typical #ifdef to test macros instead o #if.
2009-05-29 12:32 robocop
* firebird2/src/jrd/: gds.cpp (1.290), lck.h (1.48),
os/win32/os_utils.cpp (1.8):
Misc.
2009-05-29 10:02 dimitr
* firebird2/src/jrd/: lck.cpp (1.99), lck.h (1.47):
Misc.
2009-05-28 22:51 hvlad
* firebird2/src/jrd/os/win32/os_utils.cpp (1.7):
Missed LocalFree call. Thanks to Claudio
2009-05-28 11:49 hvlad
* firebird2/src/jrd/trace/: TraceConfigStorage.cpp (1.24),
TraceLog.cpp (1.14):
Trace files is potentially shared between processes. Place its in
lock folder as it should have correct access rights set.
2009-05-28 11:48 hvlad
* firebird2/src/common/classes/: TempFile.cpp (1.18), TempFile.h