mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
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.