From 866a82782c180ca20044ece9634b2721580839a1 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Fri, 1 Jun 2001 04:27:59 +0300 Subject: Added support for symlinked tables. myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages. --- pstack/bucomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pstack') diff --git a/pstack/bucomm.c b/pstack/bucomm.c index 6c491d80bb5..d3231e71747 100644 --- a/pstack/bucomm.c +++ b/pstack/bucomm.c @@ -212,7 +212,7 @@ make_tempname (filename) { tmpname = xmalloc (sizeof (template)); strcpy (tmpname, template); - mktemp (tmpname); + mkstemp (tmpname); } return tmpname; } -- cgit v1.2.1