commit | 7b04c4176d9cb2f96487ad891f4cf769bccb4f1b | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Tue Jul 20 10:31:21 2010 -0700 |
committer | Vasu Nori <vnori@google.com> | Tue Jul 20 10:31:21 2010 -0700 |
tree | 97945f95f4c38a9f28dd813fd5a950268b7e76b5 | |
parent | 3f15301c06f968c8f1bb8fc88e1c090ab3824bb5 [diff] |
make disableWriteAheadLogging method public so apps can disable WAL music2 app has the weird situation where it embeds the jumper C++ code and that code uses its own version of sqlite. so, java side may want to disable WAL to make c++ code work well with java usage of sqlite. since WAL is made default option for all apps, this CL makes it possible for music2 app to disable WAL. Change-Id: I39ddbc9b4648f12b206ff3e76d30341da5955bd4