Browse Source

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".
pull/374/head
marko 17 years ago
parent
commit
d8933cec02
  1. 3
      include/srv0start.h
  2. 3
      srv/srv0start.c

3
include/srv0start.h

@ -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);

3
srv/srv0start.c

@ -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)

Loading…
Cancel
Save