mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Mirroring changes related to indexing to db2 backend...
someone better comes up with a solution for this replication soon!
This commit is contained in:
parent
03740bd1f4
commit
0512d17f07
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ bdb2i_index_add_mods(
|
|||
rc = bdb2i_index_add_values( be, mod->mod_type,
|
||||
mod->mod_bvalues, id );
|
||||
break;
|
||||
|
||||
case LDAP_MOD_SOFTADD:
|
||||
case LDAP_MOD_DELETE:
|
||||
rc = 0;
|
||||
break;
|
||||
|
|
@ -224,7 +224,7 @@ bdb2i_index_add_values(
|
|||
|
||||
Debug( LDAP_DEBUG_TRACE, "=> bdb2i_index_add_values( \"%s\", %ld )\n", type,
|
||||
id, 0 );
|
||||
|
||||
attr_normalize( type );
|
||||
bdb2i_attr_masks( be->be_private, type, &indexmask, &syntax );
|
||||
if ( indexmask == 0 ) {
|
||||
return( 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue