Bug #72500 | LOAD DATA LOCAL INFILE doesn't seem to create file in /tmp as the manual claims? | ||
---|---|---|---|
Submitted: | 1 May 2014 11:17 | Modified: | 11 Apr 2017 22:48 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | MySQL >= 5.5.36 | OS: | Linux |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[1 May 2014 11:17]
Hartmut Holzgraefe
[2 May 2014 7:57]
MySQL Verification Team
Hello Hartmut, Thank you for the report. Thanks, Umesh
[11 Apr 2017 22:48]
Paul DuBois
Posted by developer: I used lsof -p <mysql-PID> and I can observe a temp file growing during LOAD LOCAL INFILE. On Linux, the file was in /tmp. On macOS, the file was in /private/var/folders/69/x78kqn256txgtzrp5mgy_lm80000gn/T (presumably this changes over time or across boots).