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

nightly update

This commit is contained in:
fsg 2005-04-05 01:29:13 +00:00
parent 9db19954a9
commit e2df988282

View File

@ -1,3 +1,39 @@
2005-04-04 14:57 kkuznetsov
* firebird2/src/remote/protocol.cpp (1.49):
Temporally block assertion on Solaris platform to go testing
2005-04-04 14:53 kkuznetsov
* firebird2/: src/remote/inet.cpp (1.141),
src/common/config/config.cpp (1.61),
builds/install/misc/firebird.conf (1.15):
Allow setting TCP_NODELAY socket option in Classic Server and make
if default true on both arhitecture.
2005-04-04 10:33 robocop
* firebird2/src/isql/: extract.epp (1.56), show.epp (1.69):
This is my first attempt in four years to fix the nonsense code I
wrote for grants extraction in FB1.
2005-04-04 10:31 robocop
* firebird2/src/isql/isql.epp (1.139):
Isql shouldn't try to connect twice when extracting metadata, since
the second attempt may produce a confusing message (the db name has
been made null at this time).
2005-04-04 10:29 robocop
* firebird2/src/jrd/isc_file.cpp (1.94):
A better fix.
2005-04-03 12:09 robocop
* firebird2/src/jrd/isc_file.cpp (1.93):