• unknown's avatar
    InnoDB: Use create_temp_file() when available · 2c900be0
    unknown authored
    
    innobase/include/os0file.h:
      Improve the comment of os_file_create_tmpfile()
    innobase/os/os0file.c:
      os_file_create_tmpfile(): Use create_temp_file()
      via innobase_mysql_tmpfile() unless UNIV_HOTBACKUP is defined
    sql/ha_innodb.cc:
      Added innobase_mysql_tmpfile(), a wrapper around create_temp_file()
    2c900be0
os0file.h 16.9 KB