diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-12 14:59:03 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-12 14:59:03 -0700 |
commit | 746c287b262034e10ec65d9f99b232519a90546d (patch) | |
tree | 4c104ed92b08369eb3d31615939edcf02b6833b0 /transaction.go | |
parent | Initial db.open. (diff) | |
download | dedo-746c287b262034e10ec65d9f99b232519a90546d.tar.gz dedo-746c287b262034e10ec65d9f99b232519a90546d.tar.xz |
Add mock OS.
Diffstat (limited to 'transaction.go')
-rw-r--r-- | transaction.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transaction.go b/transaction.go index de3bd0d..4ca2d35 100644 --- a/transaction.go +++ b/transaction.go @@ -1467,7 +1467,7 @@ func (t *transaction) Bucket(name string, flags int) (*Bucket, error) { return nil, nil } -func (t *transaction) Stat(b Bucket) *Stat { +func (t *transaction) Stat(b Bucket) *stat { /* if (txn == NULL || arg == NULL || dbi >= txn->mt_numdbs) return EINVAL; |