• unknown's avatar
    Fix for bug #29652: csv.test failure: two changes conflict after merge · 29ca25a6
    unknown authored
    Problem: we don't take into account the length of the data written
    to the temporary data file during update on a CSV table.
    
    Fix: properly calculate the data file length during update.
    
    
    mysql-test/r/csv.result:
      Fix for bug #29652: csv.test failure: two changes conflict after merge
        - test result adjusted.
    storage/csv/ha_tina.cc:
      Fix for bug #29652: csv.test failure: two changes conflict after merge
        - adjust local_saved_data_file_length in case of update as well.
    storage/csv/ha_tina.h:
      Fix for bug #29652: csv.test failure: two changes conflict after merge
        - adjust local_saved_data_file_length in case of update as well.
    29ca25a6
ha_tina.h 5.74 KB