[Groonga-mysql-commit] mroonga/mroonga at cb041e8 [master] Add missing parent method call on ft_end()

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 24 10:16:43 JST 2013


Kouhei Sutou	2013-12-24 10:16:43 +0900 (Tue, 24 Dec 2013)

  New Revision: cb041e888d71e68a038d0efa8358678233c7264f
  https://github.com/mroonga/mroonga/commit/cb041e888d71e68a038d0efa8358678233c7264f

  Message:
    Add missing parent method call on ft_end()

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -0)
===================================================================
--- ha_mroonga.cpp    2013-12-23 01:39:44 +0900 (d41ae0a)
+++ ha_mroonga.cpp    2013-12-24 10:16:43 +0900 (3bdd370)
@@ -7346,6 +7346,7 @@ int ha_mroonga::ft_init()
 void ha_mroonga::generic_ft_end()
 {
   MRN_DBUG_ENTER_METHOD();
+  handler::ft_end();
   clear_cursor();
   DBUG_VOID_RETURN;
 }
-------------- next part --------------
HTML����������������������������...
Download 



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