This commit is contained in:
Jesper Wilhelmsson 2021-01-07 21:17:35 +00:00
commit 555641ede5
68 changed files with 815 additions and 2206 deletions

View file

@ -889,7 +889,7 @@ public class FileChannelImpl
@Override
public long address() {
return address;
return address + pagePosition;
}
@Override