Re: [Firebird-devel] ODP: Some OLTP numbers

2018-10-27 Thread Mark Rotteveel
On 27-10-2018 07:36, liviuslivius wrote: Thank you. Will be god if this repo will be part of Firebird project repo as autor is in the team It is a Firebird project: it is a subversion repository on Firebird's SourceForge location that has not been moved to GitHub. I don't know why this one

[Firebird-devel] OLTP run problem

2018-10-27 Thread Karol Bieniaszewski
Hi, I try to run OLTP on Windows 10 64 bit and Firebird 3 current snapshot When i try to run it i got an error -- Database has been created SUCCESSFULLY and is ready for initial docum

Re: [Firebird-devel] OLTP run problem

2018-10-27 Thread Dimitry Sibiryakov
27.10.2018 10:49, Karol Bieniaszewski wrote: What can i do to fix this? Make sure that you checkout-ed the tree with platform-specific line ending. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] ODP: OLTP run problem

2018-10-27 Thread Karol Bieniaszewski
Great tip! Thats it. Thank you 😊 Regards, Karol Bieniaszewski Od: Dimitry Sibiryakov Wysłano: sobota, 27 października 2018 11:31 Do: firebird-devel@lists.sourceforge.net Temat: Re: [Firebird-devel] OLTP run problem 27.10.2018 10:49, Karol Bieniaszewski wrote: > What can i do to fix this? Ma

[Firebird-devel] Batch API wire protocol

2018-10-27 Thread Mark Rotteveel
What is the wire protocol of the batch API (that is: what operations, what message format, etc)? Also, is it possible to use this protocol in a lower protocol version when talking to Firebird 4 (eg Jaybird currently only implements protocols v10 - 13), or does it really need to be connected wi

[Firebird-devel] Internal Firebird consistency after 10 minutes of OLTP test

2018-10-27 Thread Karol Bieniaszewski
Hi, I got „internal Firebird consistency” after 10 minutes of test of todays Firebird 3 snapshot. I use: MEDIUM_03 48 of isql 100k documents Database file size after ~7GB DESKTOP-6BKOVL9 Sat Oct 27 13:29:19 2018 Database: O:\DB\OLTP3.FDB internal Firebird consistency check (wron

Re: [Firebird-devel] Internal Firebird consistency after 10 minutes of OLTP test

2018-10-27 Thread Dimitry Sibiryakov
27.10.2018 14:28, Karol Bieniaszewski wrote: I do not have core dump because engine did not crashed. What next? Make it crashing by setting of BugcheckAbort in firebird.conf. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-

Re: [Firebird-devel] Case (and accent) insensitive ICU collations in multiple columns

2018-10-27 Thread Luis Forra
nonomura escreveu no dia sexta, 26/10/2018 à(s) 03:00: > > > > > > > > > >> https://github.com/Alexpux/firebird-git-svn/blob/master/src/common/unicode_util.cpp#L1334 > > > > > > > > > Just a heads up: that is an outdated clone of an old repository that > > > was synced from subversion and

Re: [Firebird-devel] Batch API wire protocol

2018-10-27 Thread Alex Peshkoff via Firebird-devel
On 10/27/18 15:02, Mark Rotteveel wrote: What is the wire protocol of the batch API (that is: what operations, what message format, etc)?     op_batch_create = 99,     op_batch_msg    = 100,     op_batch_exec   = 101,     op_batch_rls    = 102,     op_batch_cs 

[Firebird-devel] ODP: Internal Firebird consistency after 10 minutesof OLTP test

2018-10-27 Thread Karol Bieniaszewski
This time no luck. All work ok for 3 hours. Whole test without any problems. I will investigate this more. If i found something i will back here. regards, Karol Bieniaszewski Od: Dimitry Sibiryakov Wysłano: sobota, 27 października 2018 15:35 Do: firebird-devel@lists.sourceforge.net Temat: Re: