mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
c392de41b2
Fix Windows porting bugs that broke ibbackup: 1) wrong error check in for CreateDirectory(), 2) wrong error check if the file did not exist in DeleteFile(), 3) too strict sharing restrictions in os_file_create_simple(): when ibbackup called that function, it would not allow mysqld to write to the file innobase/os/os0file.c: Fix Windows porting bugs that broke ibbackup: 1) wrong error check in for CreateDirectory(), 2) wrong error check if the file did not exist in DeleteFile(), 3) too strict sharing restrictions in os_file_create_simple(): when ibbackup called that function, it would not allow mysqld to write to the file |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |