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(
char* str); /* in: null-terminated character string */
/********************************************************************
Starts Innobase and creates a new database if database files
are not found and the user wants. Server parameters are
read from a file of name "srv_init" in the ib_home directory. */
are not found and the user wants. */
UNIV_INTERN
int
innobase_start_or_create_for_mysql(void);
......
......@@ -956,8 +956,7 @@ skip_size_check:
/********************************************************************
Starts InnoDB and creates a new database if database files
are not found and the user wants. Server parameters are
read from a file of name "srv_init" in the ib_home directory. */
are not found and the user wants. */
UNIV_INTERN
int
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