diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-14 13:01:02 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-14 13:01:02 -0700 |
commit | cec7b942e7acd9190255716b37099240d6807e4f (patch) | |
tree | 5237583c9a9dde1de72bbc66ecfa81b2c0ff0870 /page.go | |
parent | Begin Transaction.Cursor(). (diff) | |
download | dedo-cec7b942e7acd9190255716b37099240d6807e4f.tar.gz dedo-cec7b942e7acd9190255716b37099240d6807e4f.tar.xz |
Add system buckets.
Diffstat (limited to 'page.go')
-rw-r--r-- | page.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ func (p *page) init(pageSize int) { m.free.pad = uint32(pageSize) m.pgno = 1 m.free.root = p_invalid - m.main.root = p_invalid + m.buckets.root = p_invalid } // nodeCount returns the number of nodes on the page. |