Changeset: 14696e3c95aa for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14696e3c95aa
Modified Files:
        sql/backends/monet5/sql.mx
Branch: default
Log Message:

fixed binary attach


diffs (19 lines):

diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
--- a/sql/backends/monet5/sql.mx
+++ b/sql/backends/monet5/sql.mx
@@ -4352,7 +4352,6 @@ mvc_bin_import_table_wrap(Client cntxt, 
                                throw(SQL, "sql", "failed to attach file %s", 
*(str*)getArgReference(stk, pci, i));
                        BATsetaccess(c, BAT_READ);
                        BATderiveProps(c, 1);
-                       break;
                } else if (tpe == TYPE_str) {
                        /* get the BAT and fill it with the strings */
                        c = BATnew(TYPE_void,TYPE_str,0); 
@@ -4370,7 +4369,6 @@ mvc_bin_import_table_wrap(Client cntxt, 
                        }
                        fclose(f);
                        GDKfree(buf);
-                       break;
                } else {
                        throw(SQL, "sql", "failed to attach file %s", 
*(str*)getArgReference(stk, pci, i));
                }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to