mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
srv0start.c:
Fix typo innobase/srv/srv0start.c: Fix typo
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user