[Firebird-devel] [FB-Tracker] Created: (CORE-4259) Don't call setlocale(LC_CTYPE, ) in isql for Windows

2013-11-11 Thread Dimitry Sibiryakov (JIRA)
Don't call setlocale(LC_CTYPE, ) in isql for Windows -- Key: CORE-4259 URL: http://tracker.firebirdsql.org/browse/CORE-4259 Project: Firebird Core Issue Type: Bug Components:

Re: [Firebird-devel] Performance regression with 3.0.0.30708

2013-11-11 Thread Vlad Khorsun
On 10/11/2013 12:43, Vlad Khorsun wrote: On 07-11-2013 08:34, Vlad Khorsun wrote: Fix is committed, please verify. It's better than it was, but 3.0 is still much slower than 2.5 fb_smp_server. Look at TCS times: Probably it is because in v3 FW is OFF until create_database completes

Re: [Firebird-devel] Performance regression with 3.0.0.30708

2013-11-11 Thread Alex Peshkoff
On 11/11/13 15:25, Vlad Khorsun wrote: If you really need to run TSC as fast as with v2.x - set FW=OFF in dpb when database is created. Taking into an account that when that tests were written FW=OFF was default this seems to be correct solution. But looks like this requires adding

Re: [Firebird-devel] Performance regression with 3.0.0.30708

2013-11-11 Thread Vlad Khorsun
On 11/11/13 15:25, Vlad Khorsun wrote: If you really need to run TSC as fast as with v2.x - set FW=OFF in dpb when database is created. Taking into an account that when that tests were written FW=OFF was default this seems to be correct solution. But looks like this requires

Re: [Firebird-devel] Performance regression with 3.0.0.30708

2013-11-11 Thread Alex Peshkoff
On 11/11/13 16:04, Vlad Khorsun wrote: On 11/11/13 15:25, Vlad Khorsun wrote: If you really need to run TSC as fast as with v2.x - set FW=OFF in dpb when database is created. Taking into an account that when that tests were written FW=OFF was default this seems to be correct

[Firebird-devel] [FB-Tracker] Created: (CORE-4261) Wrong result of join when joined fields are created via row_number() function

2013-11-11 Thread Pavel Zotov (JIRA)
Wrong result of join when joined fields are created via row_number() function - Key: CORE-4261 URL: http://tracker.firebirdsql.org/browse/CORE-4261 Project: Firebird Core