13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
26
20
int my_delete(const char *name, myf MyFlags)
24
DBUG_PRINT("my",("name %s MyFlags %d", name, MyFlags));
30
26
if ((err = unlink(name)) == -1)
33
29
if (MyFlags & (MY_FAE+MY_WME))
34
30
my_error(EE_DELETE,MYF(ME_BELL+ME_WAITTANG+(MyFlags & ME_NOINPUT)),