Commit 04b45b17 authored by unknown's avatar unknown

srv0start.c:

  Fix typo


innobase/srv/srv0start.c:
  Fix typo
parent be89cb71
...@@ -809,7 +809,7 @@ innobase_start_or_create_for_mysql(void) ...@@ -809,7 +809,7 @@ innobase_start_or_create_for_mysql(void)
fprintf(stderr, fprintf(stderr,
"InnoDB: Cannot initialize created log files because\n" "InnoDB: Cannot initialize created log files because\n"
"InnoDB: data files were not in sync with each other\n" "InnoDB: data files were not in sync with each other\n"
"InnoDB: or the data files are corrupt./n"); "InnoDB: or the data files are corrupt.\n");
return(DB_ERROR); return(DB_ERROR);
} }
......
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