summaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests/plugin/plugin.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-03-17 11:13:24 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-03-17 11:13:24 +0000
commit4e6777f02b47a9da44ea7b86cd58cb88fb93f253 (patch)
treeb91b958db826f42b1eaeb858225fceaf8880fba2 /searchcorespi/src/tests/plugin/plugin.cpp
parentb09d7deb64e5a723c5a052dd2b1db225f632405f (diff)
Remove union based fusion schema. It was used to keep data for removed
indexed fields in old documents intact until history was wiped, in case the user wanted to revert the config change.
Diffstat (limited to 'searchcorespi/src/tests/plugin/plugin.cpp')
-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 ecd8cc892d9..0ebd22495f8 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 & , const Schema &) { }
+ virtual void setSchema(const Schema &) { }
virtual void wipeHistory(SerialNum , const Schema &) { }
};