]> granicus.if.org Git - apache/commit
* The calculation of the sizes was flawed:
authorRuediger Pluem <rpluem@apache.org>
Mon, 9 Oct 2017 13:30:26 +0000 (13:30 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 9 Oct 2017 13:30:26 +0000 (13:30 +0000)
commitb269faedaa4ff88da570880747ccd4860c1eb721
treedab1b839152c3235ccf2eb89be4c01f82b329651
parent22b4d25f767fc4009ea06a6f778f4732be2e37be
* The calculation of the sizes was flawed:
  The index tells us the size of the node in 4096 byte pages minus 1.
  Hence we need to multiply back with 4096 aka << 12 (plus adding the
  missing page).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811569 13f79535-47bb-0310-9956-ffa450edef68
.gdbinit