summaryrefslogtreecommitdiff
path: root/storage/innobase/include/srv0start.h
diff options
context:
space:
mode:
authorJan Lindström <jplindst@mariadb.org>2014-03-03 14:27:56 +0200
committerJan Lindström <jplindst@mariadb.org>2014-03-03 14:27:56 +0200
commit96100d6652831d6423cc59bb3f065ab7f6f0cf85 (patch)
tree3a6c9864c9add695428241931c97899fa7c9a500 /storage/innobase/include/srv0start.h
parentb67892cf59872867514709784c54526434784ea9 (diff)
parent4b3cf4aa26833206c650be2e40caebf6191d5302 (diff)
downloadmariadb-git-96100d6652831d6423cc59bb3f065ab7f6f0cf85.tar.gz
Merge: lp:maria/10.0 latest.
Diffstat (limited to 'storage/innobase/include/srv0start.h')
-rw-r--r--storage/innobase/include/srv0start.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/innobase/include/srv0start.h b/storage/innobase/include/srv0start.h
index ed43d27b427..e1c19982ba5 100644
--- a/storage/innobase/include/srv0start.h
+++ b/storage/innobase/include/srv0start.h
@@ -54,15 +54,6 @@ srv_parse_data_file_paths_and_sizes(
/*================================*/
char* str); /*!< in/out: the data file path string */
/*********************************************************************//**
-Reads log group home directories from a character string given in
-the .cnf file.
-@return TRUE if ok, FALSE on parse error */
-UNIV_INTERN
-ibool
-srv_parse_log_group_home_dirs(
-/*==========================*/
- char* str); /*!< in/out: character string */
-/*********************************************************************//**
Frees the memory allocated by srv_parse_data_file_paths_and_sizes()
and srv_parse_log_group_home_dirs(). */
UNIV_INTERN