• unknown's avatar
    Remove the my_seek calls as we have just opened the file for append with... · 718d66e6
    unknown authored
    Remove the my_seek calls as we have just opened the file for append with O_APPEND and the file pointer should be at end of the file already.
    
    
    storage/csv/ha_tina.cc:
      Remove the my_seek calls as we have just opened the file for append with O_APPEND and the file pointer should be at end of the file already
    718d66e6
ha_tina.cc 38 KB