Changeset: c22ffd42d642 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c22ffd42d642 Modified Files: sql/ChangeLog.Aug2011 Branch: Aug2011 Log Message:
Added changelog entries for bug 2882 and bug 2883. diffs (15 lines): diff --git a/sql/ChangeLog.Aug2011 b/sql/ChangeLog.Aug2011 --- a/sql/ChangeLog.Aug2011 +++ b/sql/ChangeLog.Aug2011 @@ -1,3 +1,11 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Fri Sep 16 2011 Sjoerd Mullender <[email protected]> +- A bug was fixed where deleted rows weren't properly accounted for in + all operations. This was bug 2882. +- A bug was fixed which caused an update to an internal table to + happen too soon. The bug could be observed on a multicore system + with a query INSERT INTO t (SELECT * FROM t) when the table t is + "large enough". This was bug 2883. + _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
