Commit 6efdc398 authored by Jan Lindström's avatar Jan Lindström

MDEV-8463: 10.0 tree does not build

Merge error on srv0start.cc
parent a9960ef0
......@@ -251,7 +251,7 @@ srv_file_check_mode(
/* Note: stat.rw_perm is only valid of files */
if (stat.type == OS_FILE_TYPE_FILE {
if (stat.type == OS_FILE_TYPE_FILE) {
if (!stat.rw_perm) {
......@@ -937,9 +937,6 @@ open_or_create_data_files(
const char* check_msg;
check_msg = fil_read_first_page(
files[i], FALSE, &flags, &space,
#ifdef UNIV_LOG_ARCHIVE
min_arch_log_no, max_arch_log_no,
#endif /* UNIV_LOG_ARCHIVE */
min_flushed_lsn, max_flushed_lsn);
/* If first page is valid, don't overwrite DB.
......
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