[Groonga-commit] groonga/groonga at e225506 [master] Add missing section initialization

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 9 00:31:37 JST 2014


Kouhei Sutou	2014-06-09 00:31:37 +0900 (Mon, 09 Jun 2014)

  New Revision: e225506dab186314a6d7abda158d3f30d3f535a0
  https://github.com/groonga/groonga/commit/e225506dab186314a6d7abda158d3f30d3f535a0

  Message:
    Add missing section initialization

  Modified files:
    lib/db.c

  Modified: lib/db.c (+3 -0)
===================================================================
--- lib/db.c    2014-06-08 23:58:44 +0900 (eea024f)
+++ lib/db.c    2014-06-09 00:31:37 +0900 (2f81fda)
@@ -9141,6 +9141,9 @@ grn_column_index(grn_ctx *ctx, grn_obj *obj, grn_operator op,
       break;
     }
   } else if (GRN_ACCESSORP(obj)) {
+    if (section) {
+      *section = 0;
+    }
     switch (op) {
     case GRN_OP_EQUAL :
     case GRN_OP_TERM_EXTRACT :
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index