From: Frank Schlottmann-G. <fs...@us...> - 2000-11-30 16:31:57
|
Update of /cvsroot/firebird/interbase In directory slayer.i.sourceforge.net:/tmp/cvs-serv18068/interbase Modified Files: ChangeLog Log Message: Updated ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/interbase/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** ChangeLog 2000/11/28 15:09:02 1.7 --- ChangeLog 2000/11/30 16:31:51 1.8 *************** *** 1,2 **** --- 1,45 ---- + 2000-11-30 15:27 patrickgriffin + + * interbase/jrd/: dpm.e, ods.h, pag.c, pag.h: + + Bug #116733 Too Many Generators Corrupt Database. + + Change written to the spec.s attached to the bug report. + + Summary: Added pgc_pgp Generators Per Page and used this new + field when calculating page and offset for each generator. + + ...pat + + 2000-11-30 15:23 patrickgriffin + + * interbase/jrd/evl.c: + + * Modified by: Patrick J. P. Griffin + * Date: 11/24/2000 + * Problem: select count(0)+1 from rdb$relations where 0=1; + returns 0 + * In the EVL_group processing, the internal assigment + for + * the literal in the computation is being done on + every + * statement fetch, so if there are no statements + fetched + * then the internal field never gets set. + * Change: Added an assignment process for the literal + * before the first fetch. + + 2000-11-29 12:11 fsg + + * interbase/gpre/form_trn.c: + + Added some more PYXIS datatypes to form_trn.c + + 2000-11-28 16:09 fsg + + * interbase/: pyxis/fred.e, ChangeLog: + + Changed fred.e to go through 6.0 gpre + 2000-11-28 07:47 fsg |