X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=score.c;h=81b3ded0021f41115dcc78a8f9605d722195c389;hp=3c5e04f633542b232c17bcc0de542872f3ecaef3;hb=52fb766fd183e555d8c85185e35a4dc365097756;hpb=9b406cbe5d20ba969713ca3d7a8033e697476d75 diff --git a/score.c b/score.c index 3c5e04f6..81b3ded0 100644 --- a/score.c +++ b/score.c @@ -71,7 +71,7 @@ static struct osl_column_description score_cols[] = { }, [SCORECOL_SCORE] = { .storage_type = OSL_NO_STORAGE, - .storage_flags = OSL_RBTREE | OSL_FIXED_SIZE, + .storage_flags = OSL_RBTREE | OSL_FIXED_SIZE | OSL_UNIQUE, .name = "score", .compare_function = score_compare, .data_size = sizeof(long)