Changeset: e835e6989879 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e835e6989879
Modified Files:
        sql/storage/bat/bat_logger.c
Branch: Oct2014
Log Message:

The old functions.sql column has type bit.


diffs (12 lines):

diff --git a/sql/storage/bat/bat_logger.c b/sql/storage/bat/bat_logger.c
--- a/sql/storage/bat/bat_logger.c
+++ b/sql/storage/bat/bat_logger.c
@@ -155,7 +155,7 @@ bl_postversion( void *lg)
                        BUNappend(b2, &v, TRUE);
 
                        /* this should be value of functions_sql + 1*/
-                       type = *(int*) BUNtloc(bi,p) + 1;
+                       type = *(bit*) BUNtloc(bi,p) + 1;
                        BUNappend(b3, &type, TRUE);
 
                }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to