• Mattias Jonsson's avatar
    Bug#12361113: CRASH WHEN "LOAD INDEX INTO CACHE" WITH TOO · ba8c33f5
    Mattias Jonsson authored
    SMALL KEY CACHE
    
    The server crashed on division by zero because the key cache was not
    initialized and the block length was 0 which was used in a division.
    
    The fix was to not allow CACHE INDEX if the key cache was not initiallized.
    Thus never try LOAD INDEX INTO CACHE for an uninitialized key cache.
    
    Also added some windows files/directories to .bzrignore.
    ba8c33f5
key_cache.test 8.09 KB