Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
Description
This pr, branched from #639, uses the Linux the open(2) O_TMPFILE option to create an already delete temporary.
With this option we don't need to delete the created file and for convenience we don't use my_register_filename to allocate string copies of names (as an aside - is this really still needed in the code? Seems only there for debugging).
As such we don't need to dup in innobase_mysql_tmpfile.
Like the my_register_filename, we do increase statistic counters like #657.
If the open(O_TMPFILE) fails, unsupported filesystem for instance, fall back to mk{,o}stemp
Attachments
Issue Links
- causes
-
MDEV-26601 Incorrect use of O_TMPFILE
- Closed
- relates to
-
MDEV-15587 AES test fails, segfaults in EVP_CipherInit_ex
- Closed