• Narayanan V's avatar
    Bug#38848 myisam_use_mmap causes widespread myisam corruption on windows · 9b1076b4
    Narayanan V authored
                
    Currently the memory map is being created
    with a size that is greater than the size 
    of the underlying datafile. This can cause
    varying behaviour,
    
    e.g. 
    
    In windows the size of the datafile
    is increased, while on linux it remains
    the same.
    
    This fix removes the increment margin to
    the size that is used while creating the
    memory map.
    9b1076b4
mi_dynrec.c 55.4 KB