mariadb/storage/xtradb/os
Vladislav Vaintroub 8d2c12a924 MDEV-3824 - xtradb file rename fails on Windows, if new name already exists.
Changed implementation os_file_rename() on Windows  such as it does not fail if destination file already exists. Now MoveFileEx() with MOVEFILE_REPLACE_EXISTING flag is used, instead of prior MoveFile().
This fixed implementation is better compatible with rename() on POSIX systems.
2012-10-30 19:13:39 +01:00
..
os0file.c MDEV-3824 - xtradb file rename fails on Windows, if new name already exists. 2012-10-30 19:13:39 +01:00
os0proc.c merged with XtraDB 1.1.8-26.0 2012-06-15 14:54:23 +02:00
os0sync.c LPBUG#882689 - crash during startup on XP. 2011-08-08 18:01:33 +02:00
os0thread.c MDEV-361 - Fix handle leak in os_thread_create (Windows) 2012-06-21 00:49:24 +02:00