Skip to content

Commit ce65b4f

Browse files
committed
Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop
2 parents 2f43a8e + 10b1739 commit ce65b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/orientechnologies/orient/core/index/hashindex/local/OLocalHashTable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ private void doPut(K key, V value) {
11151115

11161116
if (index > -1) {
11171117
bucket.deleteEntry(index);
1118+
size--;
11181119
markPageAsDirty(pageIndex, fileLevel);
11191120
}
11201121

0 commit comments

Comments
 (0)