[Firebird-devel] Need a real db backup for a few tests

2012-03-05 Thread Claudio Valderrama C.
Hello, I need a backup of a real database for testing my changes to FB. A few rows of data would be enough. What I need is to run a complex query and see that the engine doesn't crash. I made some changes to FB that may look innocent, but they are pervasive and one never knows, there may be an obvi

[Firebird-devel] csb_repeat's csb_flags in exe.h

2012-03-05 Thread Claudio Valderrama C.
People, what's the difference between const int csb_modify= 64; // we are processing a modify combined with const int csb_erase = 256; // we are processing an erase and the single flag const int csb_update= 1024; // erase or m

[Firebird-devel] Raising the BLR level

2012-03-05 Thread Claudio Valderrama C.
(Thorny issue, I hope Ann Harrison will comment.) Hello, currently the engine supports BLR4 (legacy) and BLR 5. All FB versions generate BLR 5. But we are hitting some limits and I think we should increase it again (this would be for the first time for FB). Dmitry asked me to get rid of the 255 st

Re: [Firebird-devel] Raising the BLR level

2012-03-05 Thread Ann Harrison
Claudio, Hello, currently the engine supports BLR4 (legacy) and BLR 5. All FB > versions generate BLR 5. But we are hitting some limits and I think we > should increase it again (this would be for the first time for FB). Dmitry > asked me to get rid of the 255 streams limit but what I did is only

[Firebird-devel] [FB-Tracker] Created: (CORE-3784) fbtracemgr: add ability to specity some params from command line rather than updating trace config file

2012-03-05 Thread Pavel Zotov (JIRA)
fbtracemgr: add ability to specity some params from command line rather than updating trace config file --- Key: CORE-3784 URL: http://tracker.firebirdsql.org/brow

Re: [Firebird-devel] Need a real db backup for a few tests

2012-03-05 Thread Alex Peshkoff
On 03/06/12 02:31, Claudio Valderrama C. wrote: > Hello, I need a backup of a real database for testing my changes to FB. > A few rows of data would be enough. Database with just a few rows is hardly real... I have some backups - but what size do you prefer? > What I need is to run a complex que

Re: [Firebird-devel] Raising the BLR level

2012-03-05 Thread Alex Peshkoff
On 03/06/12 03:42, Ann Harrison wrote: > Claudio, > > Hello, currently the engine supports BLR4 (legacy) and BLR 5. All FB >> versions generate BLR 5. But we are hitting some limits and I think we >> should increase it again (this would be for the first time for FB). Dmitry >> asked me to get rid