Commit d8933cec authored by marko's avatar marko

branches/zip: innobase_start_or_create_for_mysql(): Remove a factual error

in the function comment.  Parameters are not read from a file "srv_init".
parent ab054036
...@@ -65,8 +65,7 @@ srv_add_path_separator_if_needed( ...@@ -65,8 +65,7 @@ srv_add_path_separator_if_needed(
char* str); /* in: null-terminated character string */ char* str); /* in: null-terminated character string */
/******************************************************************** /********************************************************************
Starts Innobase and creates a new database if database files Starts Innobase and creates a new database if database files
are not found and the user wants. Server parameters are are not found and the user wants. */
read from a file of name "srv_init" in the ib_home directory. */
UNIV_INTERN UNIV_INTERN
int int
innobase_start_or_create_for_mysql(void); innobase_start_or_create_for_mysql(void);
......
...@@ -956,8 +956,7 @@ skip_size_check: ...@@ -956,8 +956,7 @@ skip_size_check:
/******************************************************************** /********************************************************************
Starts InnoDB and creates a new database if database files Starts InnoDB and creates a new database if database files
are not found and the user wants. Server parameters are are not found and the user wants. */
read from a file of name "srv_init" in the ib_home directory. */
UNIV_INTERN UNIV_INTERN
int int
innobase_start_or_create_for_mysql(void) innobase_start_or_create_for_mysql(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment