[firebird-support] fbtracemgr

2015-11-13 Thread hugo.lar...@yahoo.com [firebird-support]
Hello, Could someone please provide the configuration needed to trace all SQL queries executed. I'm using Firebird 2.5 with following config file. Thanks, Hugo enabled true log_transactions true log_procedure_start true log_procedure_finish true

[firebird-support] fbtracemgr

2015-11-13 Thread Köditz, Martin martin.koed...@it-syn.de [firebird-support]
Hi Hugo, use this and you will have everything you need: enabled true log_transactions true log_procedure_start true log_procedure_finish true log_statement_prepare true log_statement_start true log_statement_finish true Regards, Martin

Re: [firebird-support] Re: How to make Sphinx work with Firebird on Linux?

2015-11-13 Thread hv...@users.sourceforge.net [firebird-support]
> ---In firebird-support@yahoogroups.com, wrote : > > On 13/11/15 14:22, hvlad@... mailto:hvlad@... [firebird-support] wrote: > > Patch was updated but not announced: > > > > http://web.firebirdsql.org/download/sphinx/ > > http://web.firebirdsql.org/download/sphinx/ > > > > You

Re: [firebird-support] Re: How to make Sphinx work with Firebird on Linux?

2015-11-13 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 13/11/15 14:22, hv...@users.sourceforge.net [firebird-support] wrote: > Patch was updated but not announced: > > http://web.firebirdsql.org/download/sphinx/ > > You should get Sphinx sources, apply patch and make by yourself on CentOS Little problem Vlad ... 2.2.9 is not actually available,

Re: [firebird-support] Re: How to make Sphinx work with Firebird on Linux?

2015-11-13 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 13/11/15 16:23, hv...@users.sourceforge.net [firebird-support] wrote: >> ---In firebird-support@yahoogroups.com, wrote : >> >> On 13/11/15 14:22, hvlad@... [firebird-support] wrote: > > > > Patch was updated but not announced: > > > > > >

Re: [firebird-support] Re: How to make Sphinx work with Firebird on Linux?

2015-11-13 Thread map...@gmail.com [firebird-support]
Seems that patch with a little tweaks in configure scripts can be applied to 2.2 branch https://github.com/sphinxsearch/sphinx/pull/10 https://github.com/sphinxsearch/sphinx/pull/10 configure part works i only have small bug with make make all-am make[2]: Entering directory

[firebird-support] Re: How to make Sphinx work with Firebird on Linux?

2015-11-13 Thread hv...@users.sourceforge.net [firebird-support]
Patch was updated but not announced: http://web.firebirdsql.org/download/sphinx/ http://web.firebirdsql.org/download/sphinx/ You should get Sphinx sources, apply patch and make by yourself on CentOS Good luck, Vlad