summaryrefslogtreecommitdiff
path: root/storage/innobase/include/os0file.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-10-27 21:05:16 +0200
committerSergei Golubchik <serg@mariadb.org>2018-10-27 21:05:16 +0200
commitda34c7de5dacac85c4dc1f714bcd7edf3b7fe5f9 (patch)
treea778bf78d1b0d503b91ad734cd622202f36e5da2 /storage/innobase/include/os0file.h
parent5883c6905b5345be55f3c1a1efbd741bb697b115 (diff)
downloadmariadb-git-da34c7de5dacac85c4dc1f714bcd7edf3b7fe5f9.tar.gz
5.6.42
Diffstat (limited to 'storage/innobase/include/os0file.h')
-rw-r--r--storage/innobase/include/os0file.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/storage/innobase/include/os0file.h b/storage/innobase/include/os0file.h
index 76a389f9051..338fa30204c 100644
--- a/storage/innobase/include/os0file.h
+++ b/storage/innobase/include/os0file.h
@@ -1,6 +1,6 @@
/***********************************************************************
-Copyright (c) 1995, 2017, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 1995, 2018, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2009, Percona Inc.
Portions of this file contain modifications contributed and copyrighted
@@ -1319,6 +1319,10 @@ os_file_get_status(
file can be opened in RW mode */
#if !defined(UNIV_HOTBACKUP)
+
+/** return one of the tmpdir path
+ @return tmpdir path*/
+char *innobase_mysql_tmpdir(void);
/** Create a temporary file in the location specified by the parameter
path. If the path is null, then it will be created in tmpdir.
@param[in] path location for creating temporary file