From 62c85c8951e0ca9a0e8bb25837bb6bc0922db9d7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Aug 2003 21:27:25 +0300 Subject: Removed restriction not to be able use non regular files. --- mysys/default.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mysys') diff --git a/mysys/default.c b/mysys/default.c index 2fadda6a2fe..d938bc4435f 100644 --- a/mysys/default.c +++ b/mysys/default.c @@ -320,8 +320,6 @@ static int search_default_file(DYNAMIC_ARRAY *args, MEM_ROOT *alloc, name); return 0; } - else if ((stat_info.st_mode & S_IFMT) != S_IFREG) - return 2; } #endif if (!(fp = my_fopen(fn_format(name,name,"","",4),O_RDONLY,MYF(0)))) -- cgit v1.2.1