From: Adam Dickmeiss Date: Fri, 15 Nov 2013 18:47:21 +0000 (+0100) Subject: Fix 'Record Missing' PAZ-903 X-Git-Tag: v1.6.37~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=9a503e1b10a0947bd9c189f06aab994af81e2f40;hp=9a503e1b10a0947bd9c189f06aab994af81e2f40;p=pazpar2-moved-to-github.git Fix 'Record Missing' PAZ-903 The problem was that the sorted_next is not updated when a new cluster is added. This resets sorted_list and sorted_ptr which makes reclist_limit re-make the sorted_list again. ---