mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
bugfix: All flags csb_flags were cleared except csb_active. Thanks to Claudio V.
This commit is contained in:
parent
e84b56439f
commit
e091f9e9c3
@ -4936,7 +4936,7 @@ static BOOLEAN gen_sort_merge(TDBB tdbb, OPT opt, LLS * org_rivers)
|
||||
*org_rivers = stack1;
|
||||
|
||||
for (stream_nr = 0, fv = flag_vector; stream_nr < opt->opt_csb->csb_n_stream; stream_nr++) {
|
||||
opt->opt_csb->csb_rpt[stream_nr].csb_flags &= *fv++;
|
||||
opt->opt_csb->csb_rpt[stream_nr].csb_flags |= *fv++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user