Changeset: 6164382f9bb0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6164382f9bb0
Modified Files:
        MonetDB/ChangeLog.Jun2010
        MonetDB5/ChangeLog.Jun2010
        sql/ChangeLog.Jun2010
Branch: Jun2010
Log Message:

Added some belated changelog messages.


diffs (51 lines):

diff -r d0b2650890d7 -r 6164382f9bb0 MonetDB/ChangeLog.Jun2010
--- a/MonetDB/ChangeLog.Jun2010 Fri Aug 20 08:45:58 2010 +0200
+++ b/MonetDB/ChangeLog.Jun2010 Fri Aug 20 12:49:19 2010 +0200
@@ -1,3 +1,8 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
+* Fri Aug 20 2010 Sjoerd Mullender <sjo...@acm.org>
+- 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 d0b2650890d7 -r 6164382f9bb0 MonetDB5/ChangeLog.Jun2010
--- a/MonetDB5/ChangeLog.Jun2010        Fri Aug 20 08:45:58 2010 +0200
+++ b/MonetDB5/ChangeLog.Jun2010        Fri Aug 20 12:49:19 2010 +0200
@@ -1,6 +1,11 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
+* Fri Aug 20 2010 Sjoerd Mullender <sjo...@acm.org>
+- 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 <sjo...@acm.org>
 - If extensions such as SQL and GEOM are properly installed, they are
   loaded automatically when mserver5 starts.  This fixes bug 2522.
diff -r d0b2650890d7 -r 6164382f9bb0 sql/ChangeLog.Jun2010
--- a/sql/ChangeLog.Jun2010     Fri Aug 20 08:45:58 2010 +0200
+++ b/sql/ChangeLog.Jun2010     Fri Aug 20 12:49:19 2010 +0200
@@ -1,6 +1,20 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Fri Aug 20 2010 Sjoerd Mullender <sjo...@acm.org>
+- 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 <sjo...@acm.org>
 - A bug was fixed where updates were missing in large transaction.
   This fixes bug 2543.
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to