[Groonga-mysql-commit] mroonga/mroonga at a47d8d9 [master] Use NOTIFY_TO_CLIENT_AND_LOG as the default

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 12 14:42:56 JST 2013


Kouhei Sutou	2013-07-12 14:42:56 +0900 (Fri, 12 Jul 2013)

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

  Message:
    Use NOTIFY_TO_CLIENT_AND_LOG as the default
    
    It is the same action before mroonga 3.04.
    
    [groonga-dev,01529]
    
    Reported by Kouhei Tanabe. Thanks!!!

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2013-07-12 14:40:03 +0900 (4533a4b)
+++ ha_mroonga.cpp    2013-07-12 14:42:56 +0900 (1110730)
@@ -467,7 +467,7 @@ static const char *mrn_action_on_error_names[] = {
 };
 
 static mrn_action_on_error mrn_action_on_fulltext_query_error_default =
-  MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT;
+  MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT_AND_LOG;
 static ulong mrn_action_on_fulltext_query_error =
   mrn_action_on_fulltext_query_error_default;
 
-------------- next part --------------
HTML����������������������������...
Download 



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