version 1.41.2.13, 2006/01/17 19:09:51
|
version 1.41.2.14, 2006/01/23 23:52:17
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/pcache.c,v 1.41.2.12 2006/01/03 22:16:24 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/pcache.c,v 1.41.2.13 2006/01/17 19:09:51 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 2003-2006 The OpenLDAP Foundation. |
* Copyright 2003-2006 The OpenLDAP Foundation. |
Line 1290 pcache_op_search(
|
Line 1290 pcache_op_search(
|
struct search_info *si; |
struct search_info *si; |
|
|
Debug( LDAP_DEBUG_TRACE, "QUERY CACHEABLE\n", 0, 0, 0 ); |
Debug( LDAP_DEBUG_TRACE, "QUERY CACHEABLE\n", 0, 0, 0 ); |
query.filter = str2filter(op->ors_filterstr.bv_val); |
query.filter = filter_dup(op->ors_filter, NULL); |
add_filter_attrs(op, &query.attrs, &qm->attr_sets[attr_set], |
add_filter_attrs(op, &query.attrs, &qm->attr_sets[attr_set], |
filter_attrs, fattr_cnt, fattr_got_oc); |
filter_attrs, fattr_cnt, fattr_got_oc); |
|
|