mariadb/client
Vladislav Vaintroub c61c1d7ce1 MDEV-4576 : Aria storage engine's temporary files might not be deleted (Errcode : 13)
See also MySQL Bug #39750  and similar ones.

Fix my_delete() on Windows, to safely remvoe files on Windows, including files  that are opened by another threads in the same process, antiviruses and  backup applications. If file to be deleted is  also  opened by another thread, the file is renamed to unique name prior to deletion - this makes it possible to create file with the same name right after deletion.
With this patch my_delete_allow_opened() becomes obsolete and is replaced with my_delete().

This patch is rework of the patch  http://lists.mysql.com/commits/59327  for MySQL bug#39750.
2013-06-16 22:13:26 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
CMakeLists.txt Building RPMs with CPack 2012-05-22 11:04:32 +02:00
completion_hash.cc Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
completion_hash.h Updated/added copyright headers 2013-02-26 06:35:17 +01:00
echo.c Updated/added copyright headers 2013-02-26 06:35:17 +01:00
get_password.c mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql_plugin.c mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
mysql_upgrade.c Fixed problem with failing mysql_upgrade when proc table was not correct. 2013-01-11 00:53:07 +02:00
mysqladmin.cc Merge MariaDB 5.1.66 -> 5.2.12 2012-11-08 15:24:35 +02:00
mysqlbinlog.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysqlcheck.c mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
mysqldump.c 5.3 merge. 2013-05-20 12:36:30 +02:00
mysqlimport.c Merge MariaDB 5.1.66 -> 5.2.12 2012-11-08 15:24:35 +02:00
mysqlshow.c 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
mysqlslap.c Merge MariaDB 5.1.66 -> 5.2 -> 5.3 2012-11-09 10:11:20 +02:00
mysqltest.cc MDEV-4576 : Aria storage engine's temporary files might not be deleted (Errcode : 13) 2013-06-16 22:13:26 +02:00
readline.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.28 2012-10-16 13:04:42 +02:00