Emmanuel Odeke 8be8127351 db: fix MemDB.Close
Fixes https://github.com/tendermint/tmlibs/issues/55

MemDB previously mistakenly set the actual DB pointer to nil
although that side effect is not visible to the outside world
since p is an identifier within the scope of just that function
call. However, @melekes and I had a discussion in which we
came to the conclusion that Close for an in-memory DB should
instead be a noop and not cause any data loss. See the
discussion on https://github.com/tendermint/tmlibs/pull/56.
2017-09-26 15:29:51 -06:00
2017-06-23 22:21:36 -04:00
2017-04-18 16:33:27 -04:00
2017-09-26 15:29:51 -06:00
2017-04-21 16:04:58 -04:00
2017-04-18 17:56:05 -04:00
2017-08-10 19:46:59 -04:00
2017-04-18 17:56:05 -04:00
2017-09-22 13:22:02 -04:00
2017-09-22 13:22:02 -04:00
2017-05-01 11:30:24 -04:00
2017-05-05 21:52:01 +04:00
2017-04-18 17:56:05 -04:00
Description
No description provided
Apache-2.0 394 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%