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

nightly update

This commit is contained in:
fsg 2009-08-13 12:48:35 +00:00
parent 151eb3929d
commit cfe5a69990

View File

@ -1,3 +1,83 @@
2009-08-13 14:46 alexpeshkoff
* firebird2/src/jrd/cch.cpp (1.237):
Fixed CORE-2590: SegFault in page AST routine under high load
2009-08-13 13:16 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/misc/:
firebird.init.d.debian.in (1.12), firebird.init.d.suse.in (1.10):
SuperClassic related changes - thanks to Carlos Macao
2009-08-13 13:13 verbguy
* firebird2/extern/editline/src/term.c (1.3):
non-standard hp-ux tgetent( ) returns 0 when all is well
2009-08-13 12:36 robocop
* firebird2/src/jrd/dfw.epp (1.279):
Misc.
2009-08-13 12:35 robocop
* firebird2/src/jrd/: blb.cpp (1.206), Collation.cpp (1.22), btn.h
(1.22), db_alias.cpp (1.24), dsc.cpp (1.40), dsc.h (1.51), dyn.epp
(1.150), gds.cpp (1.307), validation.cpp (1.51):
Style.
2009-08-13 12:07 dimitr
* firebird2/src/remote/server.cpp (1.263):
More information about unexpected failures.
2009-08-13 11:56 dimitr
* firebird2/src/remote/interface.cpp (1.222):
No need to check the handle here, as the retrieval from the array
will handle it automagically.
2009-08-13 11:55 dimitr
* firebird2/src/remote/protocol.cpp (1.93):
1) protocol.cpp is not expected to throw. Processing of
port_objects should be wrapped by try-catch blocks. 2) Minor
refactoring.
2009-08-13 11:52 dimitr
* firebird2/src/remote/server.cpp (1.262):
1) Let's process unexpected port disconnections gracefully. 2)
Don't allow any untrapped exceptions to leave loopThread.
2009-08-13 11:07 alexpeshkoff
* firebird2/src/jrd/pag.cpp (1.213):
Frontported correction to my fix for CORE-2572
2009-08-13 10:18 dimitr
* firebird2/src/remote/protocol.cpp (1.92):
Let's process returned errors correctly.
2009-08-13 03:11 verbguy
* firebird2/src/common/classes/fb_atomic.il (1.2):
change symbolic label to numeric label to fix repeated symbol error
during optimized build
2009-08-10 12:13 paulbeach
* firebird2/builds/posix/prefix.darwin_x86_64 (1.13):