Commit 7055a4fa authored by unknown's avatar unknown

Merge mdk10.(none):/home/reggie/bk/bug9148

into mdk10.(none):/home/reggie/bk/mysql-5.0
parents c7b3b3f0 8ec1ffc6
...@@ -226,7 +226,7 @@ void symdirget(char *dir) ...@@ -226,7 +226,7 @@ void symdirget(char *dir)
{ {
char buff[FN_REFLEN]; char buff[FN_REFLEN];
char *pos=strend(dir); char *pos=strend(dir);
if (dir[0] && pos[-1] != FN_DEVCHAR && !my_access(dir, F_OK)) if (dir[0] && pos[-1] != FN_DEVCHAR && my_access(dir, F_OK))
{ {
File file; File file;
uint length; uint length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment