mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
24.04.2015 9cfc6d90d43cfff2041ad05a31e6b70bdbcf269b
opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/JEStorage.java
@@ -228,6 +228,10 @@
        {
          return false;
        }
        else if (index == 0)
        {
          return true;
        }
        // equivalent to READ_UNCOMMITTED
        long skipped = cursor.skipNext(index, dbKey, dbValue, null);