Skip to content
Snippets Groups Projects
Commit 5b2bfec3 authored by Howard Chu's avatar Howard Chu
Browse files

More for 907b9d48

op.o_extra is only used with threading
parent 2b7237bd
No related branches found
No related tags found
No related merge requests found
......@@ -706,7 +706,9 @@ ID mdb_tool_entry_put(
goto done;
}
LDAP_SLIST_INSERT_HEAD( &op.o_extra, &mdb_tool_axinfo[0]->ai_oe, oe_next );
if ( mdb_tool_threads > 1 ) {
LDAP_SLIST_INSERT_HEAD( &op.o_extra, &mdb_tool_axinfo[0]->ai_oe, oe_next );
}
rc = mdb_tool_index_add( &op, txn, e );
if( rc != 0 ) {
snprintf( text->bv_val, text->bv_len,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment