1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge from 3.23.48 tree

This commit is contained in:
monty@hundin.mysql.fi
2002-01-30 16:37:47 +02:00
40 changed files with 1264 additions and 318 deletions

View File

@@ -815,7 +815,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);
}