diff options
author | unknown <guilhem@mysql.com> | 2004-07-05 19:07:26 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2004-07-05 19:07:26 +0200 |
commit | bdb3460fede3bf71416aca23b5b5490a87fe5097 (patch) | |
tree | 216fdade40f83ac46acb65730b8a1a1345220b60 /.cvsignore | |
parent | b30cd30a662762f7823749bd56d2dc7c67b330ce (diff) | |
download | mariadb-git-bdb3460fede3bf71416aca23b5b5490a87fe5097.tar.gz |
Windows-specific:
Fix for BUG#4375 "Windows specific directories are copied during
replication": in the Windows version of my_dir(), do not show hidden
or system files which Windows sometimes creates in the root directory
of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so
this problem showed up only when the datadir was the root dir of a
drive).
This will make SHOW DATABASES display better, and will do no harm to
MySQL. For example, DROP DATABASE will not miss some files, as MySQL
creates no hidden or system files.
mysys/my_lib.c:
In my_dir(), do not show hidden or system files
which Windows sometimes creates.
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions