Don't autocommit on close for the databases. If they were read-only, then they might...
authorKevin James Matzen <kmatzen@cs.cornell.edu>
Wed, 8 Oct 2014 01:46:15 +0000 (21:46 -0400)
committerKevin James Matzen <kmatzen@cs.cornell.edu>
Tue, 14 Oct 2014 23:29:11 +0000 (19:29 -0400)
commitedff676ea8482d48f4b7bc794288696afce782ca
treef8b7bae22c1331d10cf36deee2a6b168671b813a
parent7e504c0612b23449aa83fd7aac8d49c56b03fd62
Don't autocommit on close for the databases.  If they were read-only, then they might fail.
examples/cifar10/convert_cifar_data.cpp
include/caffe/leveldb_database.hpp
include/caffe/lmdb_database.hpp
src/caffe/leveldb_database.cpp
src/caffe/lmdb_database.cpp
tools/compute_image_mean.cpp