Changeset: 14ce1c3dcf85 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14ce1c3dcf85
Added Files:
        
sql/test/BugTracker-2018/Tests/create_table_empty_column_name.Bug-6653.sql
Modified Files:
        MonetDB.spec
        buildtools/ChangeLog-Archive
        debian/changelog
        gdk/gdk_firstn.c
        sql/test/BugTracker-2018/Tests/All
Branch: default
Log Message:

Merge with Aug2018 branch.


diffs (81 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -112,6 +112,7 @@ Vendor: MonetDB BV <i...@monetdb.org>
 Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
+BugURL: https://bugs.monetdb.org/
 Source: 
https://www.monetdb.org/downloads/sources/Aug2018-SP1/%{name}-%{version}.tar.bz2
 
 # we need systemd for the _unitdir macro to exist
@@ -1080,7 +1081,7 @@ done
 * Wed Oct  3 2018 Sjoerd Mullender <sjo...@acm.org> - 11.31.9-20181005
 - buildtools: On Ubuntu 18.10 (Cosmic Cuttlefish), the libmonetdb5-server-bam 
package
   cannot be built because of an incompatibility in the libbam library
-  (it cannot be used in a shared object.
+  (it cannot be used in a shared object).
 
 * Wed Aug 29 2018 Sjoerd Mullender <sjo...@acm.org> - 11.31.7-20180829
 - Rebuilt.
diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive
--- a/buildtools/ChangeLog-Archive
+++ b/buildtools/ChangeLog-Archive
@@ -4,7 +4,7 @@
 * Wed Oct  3 2018 Sjoerd Mullender <sjo...@acm.org> - 11.31.9-20181005
 - On Ubuntu 18.10 (Cosmic Cuttlefish), the libmonetdb5-server-bam package
   cannot be built because of an incompatibility in the libbam library
-  (it cannot be used in a shared object.
+  (it cannot be used in a shared object).
 
 * Tue Aug 28 2018 Sjoerd Mullender <sjo...@acm.org> - 11.31.5-20180829
 - Build the MonetDB-cfitsio RPM and libmonetdb5-server-cfitsio
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,7 +26,7 @@ monetdb (11.31.9) unstable; urgency=low
 
   * buildtools: On Ubuntu 18.10 (Cosmic Cuttlefish), the 
libmonetdb5-server-bam package
     cannot be built because of an incompatibility in the libbam library
-    (it cannot be used in a shared object.
+    (it cannot be used in a shared object).
 
  -- Sjoerd Mullender <sjo...@acm.org>  Wed, 3 Oct 2018 09:50:02 +0200
 
diff --git a/gdk/gdk_firstn.c b/gdk/gdk_firstn.c
--- a/gdk/gdk_firstn.c
+++ b/gdk/gdk_firstn.c
@@ -550,7 +550,7 @@ BATfirstn_unique_with_groups(BAT *b, BAT
        } else {
                switch (tpe) {
                case TYPE_void:
-                       heapify(LTvoidgrp, SWAP2);
+                       heapify(GTvoidgrp, SWAP2);
                        while (cand ? cand < candend : start < end) {
                                i = cand ? *cand++ : start++ + b->hseqbase;
                                if (gv[ci] < goids[0] ||
@@ -558,7 +558,7 @@ BATfirstn_unique_with_groups(BAT *b, BAT
                                     i > oids[0] -- always true */)) {
                                        oids[0] = i;
                                        goids[0] = gv[ci];
-                                       siftup(LTvoidgrp, 0, SWAP2);
+                                       siftup(GTvoidgrp, 0, SWAP2);
                                }
                                ci++;
                        }
diff --git a/sql/test/BugTracker-2018/Tests/All 
b/sql/test/BugTracker-2018/Tests/All
--- a/sql/test/BugTracker-2018/Tests/All
+++ b/sql/test/BugTracker-2018/Tests/All
@@ -87,3 +87,4 @@ convert-key.Bug-6648
 update-transaction-select.Bug-6649
 prepared-statement-with-udf.Bug-6650
 in-subquery-having-Bug-6651
+create_table_empty_column_name.Bug-6653
diff --git 
a/sql/test/BugTracker-2018/Tests/create_table_empty_column_name.Bug-6653.sql 
b/sql/test/BugTracker-2018/Tests/create_table_empty_column_name.Bug-6653.sql
new file mode 100644
--- /dev/null
+++ b/sql/test/BugTracker-2018/Tests/create_table_empty_column_name.Bug-6653.sql
@@ -0,0 +1,3 @@
+CREATE TABLE tbl ("" INT);
+
+CREATE TABLE "" (i INT);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to