- fix: IDTXglob should return REMOVETID sorted headers (#89857).
CVS patchset: 6790 CVS date: 2003/04/29 16:49:51
This commit is contained in:
parent
f7b055f024
commit
d38e3db906
1
CHANGES
1
CHANGES
|
@ -8,6 +8,7 @@
|
|||
- resurrect manifests, RPMRC_NOTFOUND returned by readLead().
|
||||
- permit secondary tag match patterns with RPMQV_ALL.
|
||||
- python: missed tuple refcount in IDTXload/IDTXglob.
|
||||
- fix: IDTXglob should return REMOVETID sorted headers (#89857).
|
||||
|
||||
4.1 -> 4.2:
|
||||
- set cachesize without a dbenv, the default is far too small.
|
||||
|
|
|
@ -1060,7 +1060,7 @@ bottom:
|
|||
av[i] = _free(av[i]);
|
||||
av = _free(av); ac = 0;
|
||||
|
||||
return idtx;
|
||||
return IDTXsort(idtx);
|
||||
}
|
||||
|
||||
/** @todo Transaction handling, more, needs work. */
|
||||
|
|
Loading…
Reference in New Issue