• unknown's avatar
    fix for bug in Solaris 10 Sparc 64 bit (misaligned buffer in the · 8edb454a
    unknown authored
    log handler).
    
    
    storage/maria/ma_loghandler.c:
      Buffers on the stack must be properly aligned as pagecache_read()
      will use bmove512() on them. Fixes hang in maria-recovery.test
      on Solaris 10 Sparc 64 bit.
    storage/maria/ma_pagecache.c:
      comment
    8edb454a
ma_loghandler.c 275 KB