Commit df3b9821 authored by wax@mysql.com's avatar wax@mysql.com

nothing interesting

parent 67f41574
......@@ -67,7 +67,7 @@ int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags)
my_error(EE_CANT_CHSIZE,MYF(ME_BELL+ME_WAITTANG),errno);
DBUG_RETURN(1);
}
#elif define(HAVE_CHSIZE)
#elif defined(HAVE_CHSIZE)
if (oldsize > newlength || filler == 0)
{
if (chsize(fd,(off_t) newlength))
......
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