Skip to content
Permalink
Browse files
MDEV-28716: Portability: unlink() can return EPERM instead of EISDIR
  • Loading branch information
dr-m committed Jun 1, 2022
1 parent 9d10b71 commit fde99e0
Showing 1 changed file with 1 addition and 0 deletions.
@@ -2479,6 +2479,7 @@ os_file_get_last_error_low(
case EXDEV:
case ENOTDIR:
case EISDIR:
case EPERM:
return(OS_FILE_PATH_ERROR);
case EAGAIN:
if (srv_use_native_aio) {

0 comments on commit fde99e0

Please sign in to comment.