mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
- fixed typo in innobase/os/os0file.c that caused the Windows build to fail
This commit is contained in:
parent
e4be287771
commit
50ad015f26
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ os_file_get_status(
|
|||
} else if (_S_IFREG & statinfo.st_mode) {
|
||||
stat_info->type = OS_FILE_TYPE_FILE;
|
||||
} else {
|
||||
stat_info_>type = OS_FILE_TYPE_UNKNOWN;
|
||||
stat_info->type = OS_FILE_TYPE_UNKNOWN;
|
||||
}
|
||||
|
||||
stat_info->ctime = statinfo.st_ctime;
|
||||
|
|
Loading…
Add table
Reference in a new issue