• unknown's avatar
    InnoDB: Add diagnostics when tmpfile() fails at start (Bug #3919) · 7aa93578
    unknown authored
    
    innobase/dict/dict0dict.c:
      Replace tmpfile() with os_file_create_tmpfile()
    innobase/include/os0file.h:
      Add os_file_create_tmpfile()
    innobase/lock/lock0lock.c:
      Replace tmpfile() with os_file_create_tmpfile()
    innobase/os/os0file.c:
      Add os_file_create_tmpfile()
      os_file_handle_error(): remove unused first parameter
    7aa93578
os0file.h 17 KB