Changeset: 1d7cf82acbb4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1d7cf82acbb4
Modified Files:
        sql/storage/restrict/restrict_storage.c
Branch: Apr2011
Log Message:

added missing sorted_col initialisation in case of single-user mode


diffs (11 lines):

diff --git a/sql/storage/restrict/restrict_storage.c 
b/sql/storage/restrict/restrict_storage.c
--- a/sql/storage/restrict/restrict_storage.c
+++ b/sql/storage/restrict/restrict_storage.c
@@ -946,6 +946,7 @@
 
        sf->count_col = (count_col_fptr)&count_col;
        sf->count_idx = (count_idx_fptr)&count_idx;
+       sf->sorted_col = (sorted_col_fptr)&sorted_col;
 
        sf->create_col = (create_col_fptr)&create_col;
        sf->create_idx = (create_idx_fptr)&create_idx;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to