[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Call missing handler::ft_end()

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:04:09 JST 2012


Kouhei Sutou	2012-04-24 18:11:26 +0900 (Tue, 24 Apr 2012)

  New Revision: 7e18698f9b385eba433baca4d59bbadc1daf33a2
  https://github.com/mroonga/mroonga/commit/7e18698f9b385eba433baca4d59bbadc1daf33a2

  Merged d2a70dc: Merge branch 'master' of github.com:mroonga/mroonga

  Log:
    Call missing handler::ft_end()

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -0)
===================================================================
--- ha_mroonga.cpp    2012-04-23 20:54:33 +0900 (7d63eb0)
+++ ha_mroonga.cpp    2012-04-24 18:11:26 +0900 (4c8e2b9)
@@ -6478,12 +6478,14 @@ int ha_mroonga::ft_init()
 void ha_mroonga::wrapper_ft_end()
 {
   MRN_DBUG_ENTER_METHOD();
+  handler::ft_end();
   DBUG_VOID_RETURN;
 }
 
 void ha_mroonga::storage_ft_end()
 {
   MRN_DBUG_ENTER_METHOD();
+  handler::ft_end();
   DBUG_VOID_RETURN;
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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