mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
parent
2d2cf95ee3
commit
962d942c95
1 changed files with 0 additions and 11 deletions
|
|
@ -461,17 +461,6 @@ MY_DIR *my_dir(const char *path, myf MyFlags)
|
|||
else
|
||||
finfo.mystat= NULL;
|
||||
|
||||
/*
|
||||
If the directory is the root directory of the drive, Windows sometimes
|
||||
creates hidden or system files there (like RECYCLER); do not show
|
||||
them. We would need to see how this can be achieved with a Borland
|
||||
compiler.
|
||||
*/
|
||||
#ifndef __BORLANDC__
|
||||
if (attrib & (_A_HIDDEN | _A_SYSTEM))
|
||||
continue;
|
||||
#endif
|
||||
|
||||
if (push_dynamic(dir_entries_storage, (gptr)&finfo))
|
||||
goto error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue