[Groonga-mysql-commit] mroonga/mroonga at 0b142cd [master] Reorder mrn_action_on_error

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jul 12 14:40:03 JST 2013


Kouhei Sutou	2013-07-12 14:40:03 +0900 (Fri, 12 Jul 2013)

  New Revision: 0b142cdc827f0fa5888cb3deaace454013f296b2
  https://github.com/mroonga/mroonga/commit/0b142cdc827f0fa5888cb3deaace454013f296b2

  Message:
    Reorder mrn_action_on_error
    
    Put XXX_AND_LOG after XXX.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -2)
===================================================================
--- ha_mroonga.cpp    2013-07-12 14:39:18 +0900 (989a64f)
+++ ha_mroonga.cpp    2013-07-12 14:40:03 +0900 (4533a4b)
@@ -454,15 +454,15 @@ static char *mrn_version = const_cast<char *>(MRN_VERSION);
 typedef enum {
   MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT,
   MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT_AND_LOG,
-  MRN_ACTION_ON_ERROR_IGNORE_AND_LOG,
   MRN_ACTION_ON_ERROR_IGNORE,
+  MRN_ACTION_ON_ERROR_IGNORE_AND_LOG,
 } mrn_action_on_error;
 
 static const char *mrn_action_on_error_names[] = {
   "NOTIFY_TO_CLIENT",
   "NOTIFY_TO_CLIENT_AND_LOG",
-  "IGNORE_AND_LOG",
   "IGNORE",
+  "IGNORE_AND_LOG",
   NullS,
 };
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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