From fc2fe364741321b6fcd355ea26f6b7fa4adda21e Mon Sep 17 00:00:00 2001 From: "jani@rhols221.adsl.netsonic.fi" <> 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/default.c') 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