commit | 93c1fdd1bf2fe8ac716c7fcd03eaac560122da46 | [log] [tgz] |
---|---|---|
author | Suprabh Shukla <suprabh@google.com> | Wed Aug 24 16:28:39 2016 -0700 |
committer | Suprabh Shukla <suprabh@google.com> | Thu Aug 25 23:12:14 2016 +0000 |
tree | de9524ef838ca1079135e49dcbd610c51280082d | |
parent | ad472b4662d05e38f8cad9eb91bc22d60bc153f6 [diff] |
Removing pre-compiled sql statements SQLiteStatements are not thread safe so sharing statements between threads without any synchronization can result in a crash. Removing them since the speed optimization obtained by using these precompiled statements is also not significant Bug: 6119226 Change-Id: If8b19d2b7758ab942e750c5a6e4df107c48074b4