Fix freelist bug on page split
authorHoward Chu <hyc@symas.com>
Mon, 3 Oct 2011 19:40:53 +0000 (12:40 -0700)
committerHoward Chu <hyc@symas.com>
Mon, 3 Oct 2011 19:40:53 +0000 (12:40 -0700)
commitea0d07ffa324cd834b87dd29053961366172330b
tree899bb20657c693af285fcff812658fe562371821
parent85bfb3c1d129f137d455b7208bac285dfa9c6b2d
Fix freelist bug on page split

NULL out env->pghead before writing it, so that its pages can't be used
to satisfy the write.
libraries/libmdb/mdb.c