1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
aivanov@mysql.com 7dc30c68f4 Fixing BUG#17719 "Delete of binlog files fails on Windows"
and BUG#19208 "Test 'rpl000017' hangs on Windows".
 Both bugs are caused by attempting to delete an opened
 file and to create immediatedly a new one with the same
 name. On Windows it can be supported only on NT-platforms
 (by using FILE_SHARE_DELETE mode and with renaming the
 file before deletion). Because deleting not-closed files
 is not supported on all platforms (e.g. Win 98|ME) this
 is to be considered harmful and should be eliminated by
 a "code redesign".
2006-06-28 10:21:01 +04:00
..
2005-10-14 01:14:23 +02:00
2005-05-05 20:06:49 +05:00
2005-11-08 00:26:37 -05:00
2005-08-24 22:03:34 +03:00
2005-08-24 22:03:34 +03:00
2003-12-12 03:39:29 +03:00
2004-09-01 04:12:09 +03:00
2003-04-30 12:32:43 +02:00
2003-02-28 14:32:40 +02:00
2006-02-17 10:52:32 +04:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2004-11-21 11:51:19 +03:00
2004-05-25 22:00:14 +03:00
2005-07-28 17:09:54 +03:00