From aa160386929ecf4162592214c75ae577a019be50 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Thu, 19 Oct 2006 16:17:53 +0000
Subject: [PATCH] Add support for collecting verifyBackend statistics such as error-count and key-count in an Entry class, so calling methods can access to that information.
---
opends/src/server/org/opends/server/tools/VerifyIndex.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/VerifyIndex.java b/opends/src/server/org/opends/server/tools/VerifyIndex.java
index 26c0c9f..1302c2a 100644
--- a/opends/src/server/org/opends/server/tools/VerifyIndex.java
+++ b/opends/src/server/org/opends/server/tools/VerifyIndex.java
@@ -456,7 +456,7 @@
try
{
BackendImpl jebBackend = (BackendImpl)backend;
- jebBackend.verifyBackend(verifyConfig, configEntry, baseDNArray);
+ jebBackend.verifyBackend(verifyConfig, configEntry, baseDNArray, null);
}
catch (Exception e)
{
--
Gitblit v1.10.0