]> git.sur5r.net Git - openldap/commitdiff
ITS#4531 temporarily go back to using quick sort instead of radix sort
authorHoward Chu <hyc@openldap.org>
Thu, 11 May 2006 20:05:53 +0000 (20:05 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 11 May 2006 20:05:53 +0000 (20:05 +0000)
servers/slapd/back-bdb/idl.c

index 97cf1bd8e2c30d8a7b64aef2008137c22e41a653..9e55ef3ca3b44a6f6a595e5d070f51e82f4bc6f0 100644 (file)
@@ -1374,7 +1374,7 @@ int bdb_idl_append( ID *a, ID *b )
        return 0;
 }
 
-#if 0
+#if 1
 
 /* Quicksort + Insertion sort for small arrays */