mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
srv0start.c:
Fix typo
This commit is contained in:
parent
bb49af5e4c
commit
1a36012493
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ innobase_start_or_create_for_mysql(void)
|
|||
fprintf(stderr,
|
||||
"InnoDB: Cannot initialize created log files because\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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue