Date: Sun, 21 Apr 2013 08:20:12 +0400 From: Pavel Volkov <pavelivolkov@gmail.com> To: culot@freebsd.org Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/177982: databases/sqlite3 is broken when sql log enabled Message-ID: <CAHXahvapWyt4dtNsyTHck__Ba_7%2BXgD1GYq%2BQnx%2B6mdixx7uuw@mail.gmail.com> In-Reply-To: <201304200710.r3K7AEdR046508@freefall.freebsd.org> References: <201304200710.r3K7AEdR046508@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. You are right. And option SQLLOG should be off by default. This option required on PR#175656 (http://www.freebsd.org/cgi/query-pr.cgi?pr=175656) for build nss-3.14.2. See also (https://www.sqlite.org/cgi/src/info/f0843f885a), file src/test_sqllog.c, on how to use it. You can use a dummy function in you program when the option is on void sqlite3_init_sqllog(void) { /* dummy function */ } or turn off this options. On Sat, Apr 20, 2013 at 11:10 AM, <culot@freebsd.org> wrote: > Synopsis: databases/sqlite3 is broken when sql log enabled > > Responsible-Changed-From-To: freebsd-ports-bugs->culot > Responsible-Changed-By: culot > Responsible-Changed-When: Sat Apr 20 07:10:14 UTC 2013 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=177982
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHXahvapWyt4dtNsyTHck__Ba_7%2BXgD1GYq%2BQnx%2B6mdixx7uuw>