diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-10-03 19:42:16 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-10-03 19:42:16 +0000 |
commit | 4732767981442cf2522088471ba211ecf9f542a2 (patch) | |
tree | 1055a3900b187c7ae770b12ed48fe55e453c11ab /sql/mf_iocache_encr.cc | |
parent | 35a4591e126f8530f569debc93a1a5aa189d01e5 (diff) | |
download | mariadb-git-4732767981442cf2522088471ba211ecf9f542a2.tar.gz |
Fix Windows warnings : fix server_audit not to use my_win_open and Co
functions.
There is no reason to export IO this functionality from server, if it can
be easily implemented with CRT.
Note: for the sake of compatibility, we do not use _open() on Windows,
but open file with CreateFile, with FILE_SHARE_DELETE flag,
so it can be renamed or deleted when open. Also atomic append flag is used.
Diffstat (limited to 'sql/mf_iocache_encr.cc')
0 files changed, 0 insertions, 0 deletions