- fix: IDTXglob should return REMOVETID sorted headers (#89857).

CVS patchset: 6790
CVS date: 2003/04/29 16:49:51
This commit is contained in:
jbj 2003-04-29 16:49:51 +00:00
parent f7b055f024
commit d38e3db906
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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. */