summaryrefslogtreecommitdiff
path: root/storage/mroonga/lib/mrn_condition_converter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/lib/mrn_condition_converter.hpp')
-rw-r--r--storage/mroonga/lib/mrn_condition_converter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/mroonga/lib/mrn_condition_converter.hpp b/storage/mroonga/lib/mrn_condition_converter.hpp
index 3a7fbd048dc..f8a48b6209a 100644
--- a/storage/mroonga/lib/mrn_condition_converter.hpp
+++ b/storage/mroonga/lib/mrn_condition_converter.hpp
@@ -33,7 +33,7 @@ namespace mrn {
~ConditionConverter();
bool is_convertable(const Item *item);
- const Item_func *find_match_against(const Item *item);
+ unsigned int count_match_against(const Item *item);
// caller must check "where" can be convertable by
// is_convertable(). This method doesn't validate "where".
void convert(const Item *where, grn_obj *expression);