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:
@ -205,7 +205,7 @@ make_tempname (filename)
|
||||
strcpy (tmpname, filename);
|
||||
strcat (tmpname, "/");
|
||||
strcat (tmpname, template);
|
||||
mktemp (tmpname);
|
||||
mkstemp (tmpname);
|
||||
*slash = c;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user