diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-12-29 16:50:51 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-12-29 16:50:51 +0400 |
commit | 47c0ec508467b4941e6e388e33dc688b7247befb (patch) | |
tree | 312d39a6debcdf62977d7c54be6dffd00f1e5c3f /mysql-test/std_data | |
parent | 39442f0903378d3a4866d09b4846f52a860abc29 (diff) | |
download | mariadb-git-47c0ec508467b4941e6e388e33dc688b7247befb.tar.gz |
Bug#41441 repair csv table crashes debug server
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.
mysql-test/r/csv.result:
test result
mysql-test/t/csv.test:
test case
storage/csv/ha_tina.cc:
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.
Diffstat (limited to 'mysql-test/std_data')
0 files changed, 0 insertions, 0 deletions