Skip to content

Commit d93494e

Browse files
committed
Chase ERROR_ACCESS_DENIED
1 parent e22c809 commit d93494e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

storage/innobase/log/log0recv.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,9 @@ dberr_t recv_sys_t::find_checkpoint()
18391839
continue;
18401840
}
18411841
size= filesize.QuadPart;
1842+
#if 1 // FIXME
1843+
sql_print_information("found %s(%lx)", fn, entry.dwFileAttributes);
1844+
#endif
18421845
log_archive.emplace
18431846
(lsn, archive_log{lsn - log_t::START_OFFSET + size,
18441847
log_t::log_access(entry.dwFileAttributes &

0 commit comments

Comments
 (0)