1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Added Unique class to be used for duplicate removal in multi-table delete.

This commit is contained in:
monty@donna.mysql.fi
2001-05-23 23:47:08 +03:00
parent 8685094e15
commit 02f007436f
9 changed files with 308 additions and 69 deletions

View File

@ -205,7 +205,7 @@ make_tempname (filename)
strcpy (tmpname, filename);
strcat (tmpname, "/");
strcat (tmpname, template);
mktemp (tmpname);
mkstemp (tmpname);
*slash = c;
}
else