Changeset: b0d8b7a0f524 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b0d8b7a0f524
Modified Files:
sql/backends/monet5/sql.c
Branch: default
Log Message:
only check cheap properties
diffs (12 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -3014,7 +3014,7 @@ mvc_bin_import_table_wrap(Client cntxt,
if (c == NULL)
throw(SQL, "sql", "failed to attach file %s",
*getArgReference_str(stk, pci, i));
BATsetaccess(c, BAT_READ);
- BATderiveProps(c, 1);
+ BATderiveProps(c, 0);
} else if (tpe == TYPE_str) {
/* get the BAT and fill it with the strings */
c = BATnew(TYPE_void, TYPE_str, 0, PERSISTENT);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list