Changeset: bf950e76ae85 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bf950e76ae85
Modified Files:
sql/server/rel_schema.c
Branch: sciql
Log Message:
We only have persistent ARRAYs for now
Thus never bind to the 'tmp' schema for arrays.
'temp' has been borrowed to denote SQL_ARRAY, which overwrites SQL_PERSIST info.
diffs (12 lines):
diff --git a/sql/server/rel_schema.c b/sql/server/rel_schema.c
--- a/sql/server/rel_schema.c
+++ b/sql/server/rel_schema.c
@@ -894,7 +894,7 @@
commit_action = CA_DELETE;
if (temp != SQL_DECLARED_TABLE) {
- if (temp != SQL_PERSIST && (tt == tt_table|| tt == tt_array) ) {
+ if (temp != SQL_PERSIST && tt == tt_table ) {
s = mvc_bind_schema(sql, "tmp");
} else if (s == NULL) {
s = ss;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list