Changeset: 78725207a0c8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=78725207a0c8 Modified Files: sql/ChangeLog.Jun2010 Branch: default Log Message:
Merge: Added some belated changelog messages. diffs (51 lines): diff -r fa4a6f5a4666 -r 78725207a0c8 MonetDB/ChangeLog.Jun2010 --- a/MonetDB/ChangeLog.Jun2010 Fri Aug 20 08:46:58 2010 +0200 +++ b/MonetDB/ChangeLog.Jun2010 Fri Aug 20 12:49:36 2010 +0200 @@ -1,3 +1,8 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog +* Fri Aug 20 2010 Sjoerd Mullender <[email protected]> +- Fixed a bug where some internal reference counting was done incorrectly, + causing an infinite loop when exiting the server due to it being killed. + This bug probably only manifested itself in MonetDB/XQuery. Bug 2658. + diff -r fa4a6f5a4666 -r 78725207a0c8 MonetDB5/ChangeLog.Jun2010 --- a/MonetDB5/ChangeLog.Jun2010 Fri Aug 20 08:46:58 2010 +0200 +++ b/MonetDB5/ChangeLog.Jun2010 Fri Aug 20 12:49:36 2010 +0200 @@ -1,6 +1,11 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Fri Aug 20 2010 Sjoerd Mullender <[email protected]> +- A bug was fixed where on 32 bit systems (or 64 bit systems using 32 bit + OIDs), values where sometimes written as 32 bits but read as 64 bits. + This fixes bugs 2644 and 2654. + * Thu Aug 19 2010 Sjoerd Mullender <[email protected]> - If extensions such as SQL and GEOM are properly installed, they are loaded automatically when mserver5 starts. This fixes bug 2522. diff -r fa4a6f5a4666 -r 78725207a0c8 sql/ChangeLog.Jun2010 --- a/sql/ChangeLog.Jun2010 Fri Aug 20 08:46:58 2010 +0200 +++ b/sql/ChangeLog.Jun2010 Fri Aug 20 12:49:36 2010 +0200 @@ -1,6 +1,20 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Fri Aug 20 2010 Sjoerd Mullender <[email protected]> +- Fixed a case where the optimizer incorrectly removed an expression. + This fixes bu 2602. +- Fix a crash in prepared statements when a parameter is on the left-hand + side of a binary operator. This fixes bug 2599. +- Fixed reporting of a violated foreign key constraint. This fixes + bug 2598. +- Certain schema altering queries didn't report success, even though + they did succeed. This fixes bug 2589. +- Fixed a crash when a non-existing table was used in an IN clause. + Fixes bug 2604. +- Fixed bug 2633. Adding a LIMIT clause could, in certain conditions, + cause a crash. + * Thu Aug 19 2010 Sjoerd Mullender <[email protected]> - A bug was fixed where updates were missing in large transaction. This fixes bug 2543. _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
