[Firebird-devel] [FB-Tracker] Created: (CORE-3938) getting client version by pure SQL

2012-09-26 Thread Dmitry (JIRA)
getting client version by pure SQL -- Key: CORE-3938 URL: http://tracker.firebirdsql.org/browse/CORE-3938 Project: Firebird Core Issue Type: New Feature Components: Engine Reporter: Dmitr

Re: [Firebird-devel] Possible alignment problem

2012-09-26 Thread Vlad Khorsun
> In check_duplicates (idx.cpp), there are these lines: > >Firebird::HalfStaticArray tmp; > > ... > >desc1.dsc_address = tmp.getBuffer(idx_dsc_length); > > It seems there may be an alignment problem here, when idx_dsc_length <= 256. Probably > However, I'm unable to m

[Firebird-devel] Possible alignment problem

2012-09-26 Thread Adriano dos Santos Fernandes
In check_duplicates (idx.cpp), there are these lines: Firebird::HalfStaticArray tmp; ... desc1.dsc_address = tmp.getBuffer(idx_dsc_length); It seems there may be an alignment problem here, when idx_dsc_length <= 256. However, I'm unable to make this second part of the code r