mirror of
https://github.com/MariaDB/server.git
synced 2025-10-16 22:27:52 +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.