Re: svn commit: r1865523 - /subversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c

2019-08-20 Thread Daniel Shahaf
kot...@apache.org wrote on Tue, 20 Aug 2019 09:23 +00:00: > +++ subversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c Tue Aug 20 > 09:23:55 2019 > @@ -26,6 +26,7 @@ > #ifdef SVN_SQLITE_INLINE > # define SQLITE_OMIT_DEPRECATED 1 > # define SQLITE_DEFAULT_MEMSTATUS 0 > +# define

svn commit: r1865523 - /subversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c

2019-08-20 Thread kotkov
Author: kotkov Date: Tue Aug 20 09:23:55 2019 New Revision: 1865523 URL: http://svn.apache.org/viewvc?rev=1865523=rev Log: When compiling SQLite, enable the SQLITE_OMIT_WAL compile-time option. We don't use WAL (write-ahead logging) feature of SQLite, but just keeping it enabled has a visible