small bug when NO_LOCKING is defined

This commit is contained in:
Sinisa@sinisa.nasamreza.org 2002-04-01 20:52:28 +03:00
parent f60c2e242b
commit 6ebb1a6bcb

View File

@ -306,8 +306,8 @@ int _nisam_writeinfo(register N_INFO *info, uint flags)
MYF(MY_WME | MY_SEEK_NOT_DONE)) && !error) MYF(MY_WME | MY_SEEK_NOT_DONE)) && !error)
DBUG_RETURN(1); DBUG_RETURN(1);
} }
}
#endif #endif
}
my_errno=olderror; my_errno=olderror;
} }
else if (flags) else if (flags)