• unknown's avatar
    WL#3244 "CSV engine: convert mmap to read/write calls" · 96ceaeb5
    unknown authored
    
    mysql-test/r/csv.result:
      Correct result file
    storage/csv/ha_tina.cc:
       Get rid of mmap in tina. Use usual reads/writes
       to access the file.
    storage/csv/ha_tina.h:
        Add Transparent_file class, which hides details of access
        to the file. Perform a cleanup & add new functions.
    96ceaeb5
csv.result 50.8 KB