[MDEV-15583] create_temp_file: remove tempnam implementation Created: 2018-03-16 Updated: 2018-05-21 Resolved: 2018-05-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Description |
|
In the spirit of the man page "Never use this function." lets purge off this implementation as mkstemp is a widely available alternative. |