• Sergey Glukhov's avatar
    Bug#41441 repair csv table crashes debug server · c9245922
    Sergey Glukhov authored
    The problem: data file can not be deleted on win because
    there is another opened instance of this file.
    Data file might be opened twice, on table opening stage and
    during write_row execution. We need to close both instances
    to satisfy Win.
    c9245922
ha_tina.cc 44.3 KB