Remove the my_seek calls as we have just opened the file for append with...
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
Showing
Please register or sign in to comment