Changeset: f9685b1c7680 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9685b1c7680 Modified Files: monetdb5/ChangeLog.Aug2011 Branch: Aug2011 Log Message:
Added changelog entry for recent bug fix. diffs (14 lines): diff --git a/monetdb5/ChangeLog.Aug2011 b/monetdb5/ChangeLog.Aug2011 --- a/monetdb5/ChangeLog.Aug2011 +++ b/monetdb5/ChangeLog.Aug2011 @@ -1,3 +1,10 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> +- Fixed a problem where MAL variables weren't properly cleared before + reuse of the data strucutre. This problem could cause the data flow + scheduler to generate dependencies between instructions that didn't + actually exist, which in turn could cause circular dependencies among + instructions with deadlock as a result. Bugs 2865 and 2888. + _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
