summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-05-31 14:42:55 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-06-06 12:04:58 +0300
commitda9c30a7b0774e043a9cfd1ca144cec74de07182 (patch)
tree03e75f78cdd9e6888ca659fa733bf2f38239f0ad /storage
parent6e0e5eefbc86a79f1dce756c4f3bfb5d91de95f1 (diff)
downloadmariadb-git-da9c30a7b0774e043a9cfd1ca144cec74de07182.tar.gz
Remove unused declarations
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/include/srv0start.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/storage/innobase/include/srv0start.h b/storage/innobase/include/srv0start.h
index f2f28c7c86d..04ee6b42867 100644
--- a/storage/innobase/include/srv0start.h
+++ b/storage/innobase/include/srv0start.h
@@ -38,28 +38,6 @@ struct dict_table_t;
only one buffer pool instance is used. */
#define BUF_POOL_SIZE_THRESHOLD (1024 * 1024 * 1024)
-/*********************************************************************//**
-Parse temporary tablespace configuration.
-@return true if ok, false on parse error */
-bool
-srv_parse_temp_data_file_paths_and_sizes(
-/*=====================================*/
- char* str); /*!< in/out: the data file path string */
-/*********************************************************************//**
-Frees the memory allocated by srv_parse_data_file_paths_and_sizes()
-and srv_parse_log_group_home_dirs(). */
-void
-srv_free_paths_and_sizes(void);
-/*==========================*/
-/*********************************************************************//**
-Adds a slash or a backslash to the end of a string if it is missing
-and the string is not empty.
-@return string which has the separator if the string is not empty */
-char*
-srv_add_path_separator_if_needed(
-/*=============================*/
- char* str); /*!< in: null-terminated character string */
-
/****************************************************************//**
Starts Innobase and creates a new database if database files
are not found and the user wants.