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

nightly update

This commit is contained in:
fsg 2009-12-21 13:53:26 +00:00
parent 4eeb05e7d2
commit 61851f6bae

View File

@ -1,3 +1,82 @@
2009-12-21 12:58 alexpeshkoff
* firebird2/src/: include/gen/msgs.h (1.161), msgs/messages2.sql
(1.132), utilities/nbackup.cpp (1.107):
Fixed error reporting in nbackup
2009-12-21 08:01 robocop
* firebird2/: builds/install/misc/firebird.conf.in (1.5),
src/common/config/config.cpp (1.105), src/common/config/config.h
(1.57), src/jrd/evl.cpp (1.329):
Get rid of the obsolete option CompleteBooleanEvaluation in the
config file. We always do short-circuit boolean logic.
2009-12-21 00:41 asfernandes
* firebird2/src/: dsql/ddl.cpp (1.296), gpre/prett_proto.h (1.10),
gpre/pretty.cpp (1.46), jrd/PreparedStatement.cpp (1.22),
jrd/extds/InternalDS.cpp (1.34):
Consts
2009-12-21 00:12 hvlad
* firebird2/src/: jrd/Database.h (1.47), jrd/cch.cpp (1.254),
jrd/inf.cpp (1.115), jrd/jrd.h (1.283), jrd/ods.cpp (1.4),
jrd/ods.h (1.68), jrd/ods_proto.h (1.2), jrd/pag.cpp (1.241),
jrd/pag.h (1.29), jrd/pag_proto.h (1.31), jrd/validation.cpp
(1.61), utilities/fbsvcmgr.cpp (1.46), utilities/nbackup.cpp
(1.106), utilities/gstat/ppg.cpp (1.42):
ODS change : implemented SCN inventory pages to make diffrential
backup faster not reading pages which was not changed since
previous backup. Corresponding nbackup and validation code changes
also done. PAG code refactored a bit.
2009-12-20 23:42 asfernandes
* firebird2/src/dsql/: DdlNodes.epp (1.30), StmtNodes.cpp (1.23),
ddl.cpp (1.295), dsql.cpp (1.308), dsql.h (1.171), gen.cpp (1.204),
misc_func.cpp (1.12), misc_func.h (1.9), pass1.cpp (1.482):
Separate the scratch, statement and request flags. Don't ask me why
I didn't change them to bools.
2009-12-20 22:01 asfernandes
* firebird2/src/: dsql/DdlNodes.epp (1.29), dsql/DdlNodes.h (1.5),
dsql/Nodes.h (1.11), dsql/PackageNodes.epp (1.14),
dsql/PackageNodes.h (1.3), dsql/StmtNodes.cpp (1.22),
dsql/StmtNodes.h (1.13), dsql/ddl.cpp (1.294), dsql/ddl_proto.h
(1.22), dsql/dsql.cpp (1.307), dsql/dsql.h (1.170), dsql/gen.cpp
(1.203), dsql/gen_proto.h (1.25), dsql/make.cpp (1.196),
dsql/make_proto.h (1.38), dsql/metd.epp (1.155), dsql/metd_proto.h
(1.35), dsql/pass1.cpp (1.481), dsql/pass1_proto.h (1.23),
dsql/utld.cpp (1.68), dsql/utld_proto.h (1.25),
jrd/PreparedStatement.cpp (1.21), jrd/PreparedStatement.h (1.11),
jrd/ResultSet.cpp (1.8), jrd/dyn_mod.epp (1.137),
jrd/execute_statement.cpp (1.44), jrd/tra.h (1.109),
jrd/extds/InternalDS.cpp (1.33), jrd/trace/TraceObjects.cpp (1.20),
jrd/trace/TraceObjects.h (1.10):
Refactor DSQL, continuing the work I started in 2.5: - Renamed
CompiledStatement to DsqlCompilerScratch and removed inheritance to
dsql_req. - Introduced DsqlCompilerStatement, moving things from
dsql_req - not completelly shareable yet. - Make dsql_req
reference a DsqlCompilerStatement. DsqlCompilerScratch may be
discarded in the future. - Replaced AlterCharSetNode usage by
PreparedStatement for the default collation in database creation.
- Changed METD API.
2009-12-20 21:49 asfernandes
* firebird2/builds/posix/Makefile.in.refDatabases (1.35):
Fix Linux build
2009-12-20 10:19 robocop
* firebird2/src/: dsql/dsql.h (1.169), jrd/PreparedStatement.cpp