Changeset: 0e3b96503bd7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0e3b96503bd7
Modified Files:
        sql/storage/bat/bat_storage.c
Branch: Jan2022
Log Message:

Dup storage type


diffs (11 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
@@ -1663,6 +1663,7 @@ dup_cs(sql_trans *tr, column_storage *oc
        cs->uvbid = e_bat(type);
        if (cs->uibid == BID_NIL || cs->uvbid == BID_NIL)
                return LOG_ERR;
+       cs->st = ocs->st;
        return LOG_OK;
 }
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to