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

ITS#4029 Fix misplaced lines in prev commit

parent 37ad7614
No related branches found
No related tags found
No related merge requests found
......@@ -951,10 +951,10 @@ hdb_dn2idl_internal(
}
saveit:
if ( !BDB_IDL_IS_RANGE( cx->tmp ) && cx->tmp[0] > 1 )
bdb_idl_sort( cx->tmp );
if ( cx->bdb->bi_idl_cache_max_size ) {
cx->key.data = &cx->id;
if ( !BDB_IDL_IS_RANGE( cx->tmp ) && cx->tmp[0] > 1 )
bdb_idl_sort( cx->tmp );
bdb_idl_cache_put( cx->bdb, cx->db, &cx->key, cx->tmp, cx->rc );
}
;
......
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