aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests/plugin
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-03-17 13:45:59 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-03-17 13:45:59 +0000
commit4c4291043b03b292b7e9cbb44056d9388b2473f4 (patch)
treecb7a244ba920830f672b55943492cb90e596a957 /searchcorespi/src/tests/plugin
parent8b8d2fd29f88296fc6b50074e9de7c6a237a6c4c (diff)
Add serial number to index maintainer setSchema method, to allow for
implicit immediate history wipe later on.
Diffstat (limited to 'searchcorespi/src/tests/plugin')
-rw-r--r--searchcorespi/src/tests/plugin/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/tests/plugin/plugin.cpp b/searchcorespi/src/tests/plugin/plugin.cpp
index 90aca88cdc6..eff33e69464 100644
--- a/searchcorespi/src/tests/plugin/plugin.cpp
+++ b/searchcorespi/src/tests/plugin/plugin.cpp
@@ -34,7 +34,7 @@ public:
searchcorespi::IFlushTarget::List l;
return l;
}
- virtual void setSchema(const Schema &) override { }
+ virtual void setSchema(const Schema &, SerialNum) override { }
virtual void wipeHistory(SerialNum) override { }
};