• unknown's avatar
    Remove the my_seek calls as we have just opened the file for append with... · 5ef67535
    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
    5ef67535
ha_tina.cc 38 KB