Changeset: a90691cc24be for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a90691cc24be
Modified Files:
sql/storage/bat/bat_storage.c
Branch: leftmart
Log Message:
pass proper type (later this api needs a cleanup)
diffs (12 lines):
diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -1185,7 +1185,7 @@ create_idx(sql_trans *tr, sql_idx *ni)
str msg;
/* what to do with the result msg */
- msg = OIDXcreateImplementation(cntxt,
newBatType(TYPE_oid,type), b, -1);
+ msg = OIDXcreateImplementation(cntxt,
newBatType(TYPE_oid,b->ttype), b, -1);
assert(msg == NULL);
bat->bid = b->torderidx.o;
(void)msg;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list