[Groonga-mysql-commit] mroonga/mroonga at a0ceaef [master] Fill missing word

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Mon Nov 26 17:17:15 JST 2018


Kouhei Sutou	2018-11-26 17:17:15 +0900 (Mon, 26 Nov 2018)

  Revision: a0ceaefec52a77c683f4c65b93b100ac1ece3c05
  https://github.com/mroonga/mroonga/commit/a0ceaefec52a77c683f4c65b93b100ac1ece3c05

  Message:
    Fill missing word

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2018-11-26 17:09:45 +0900 (7208b373)
+++ ha_mroonga.cpp    2018-11-26 17:17:15 +0900 (ccae664a)
@@ -4808,7 +4808,7 @@ exit:
     if (grn_index_columns) {
       for (uint i = 0; i < table->s->keys; ++i) {
         if (grn_index_columns[i]) {
-          grn_obj_unlink(ctx, grn_index_[i]);
+          grn_obj_unlink(ctx, grn_index_columns[i]);
         }
       }
       grn_index_columns = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181126/f879862b/attachment.html>


More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る