• unknown's avatar
    Maria's usage of my_stat() is unreliable on Windows. (BUG#35036) · 50df2b33
    unknown authored
    %llu replaces with %s/llstr() as in other MySQL code.
    
    
    storage/maria/ma_loghandler.c:
      my_stat is not reliable under windows for determinating file
      length so it is replaced with my_seek.
      %llu replaces with %s/llstr() as in other MySQL code.
    50df2b33
ma_loghandler.c 276 KB