[Groonga-mysql-commit] mroonga/mroonga at 5f69a71 [master] Indent preprocessor conditions

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Oct 8 14:25:58 JST 2013


Kouhei Sutou	2013-10-08 14:25:58 +0900 (Tue, 08 Oct 2013)

  New Revision: 5f69a71478f4f742278db9c9ece3d3189c1f0cb8
  https://github.com/mroonga/mroonga/commit/5f69a71478f4f742278db9c9ece3d3189c1f0cb8

  Message:
    Indent preprocessor conditions

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+7 -7)
===================================================================
--- ha_mroonga.cpp    2013-10-08 13:06:49 +0900 (15fa448)
+++ ha_mroonga.cpp    2013-10-08 14:25:58 +0900 (42e69c9)
@@ -1395,24 +1395,24 @@ static int mrn_init(void *p)
     *((Rpl_filter **) GetProcAddress(current_module, MRN_BINLOG_FILTER_PROC));
   mrn_my_tz_UTC =
     *((Time_zone **) GetProcAddress(current_module, MRN_MY_TZ_UTC_PROC));
-#ifdef MRN_HAVE_TABLE_DEF_CACHE
+#  ifdef MRN_HAVE_TABLE_DEF_CACHE
   mrn_table_def_cache = (HASH *) GetProcAddress(current_module,
     "?table_def_cache@@3Ust_hash@@A");
-#endif
+#  endif
   mrn_LOCK_open =
-#if MYSQL_VERSION_ID >= 50500
+#  if MYSQL_VERSION_ID >= 50500
     (mysql_mutex_t *) GetProcAddress(current_module,
       "?LOCK_open@@3Ust_mysql_mutex@@A");
-#else
+#  else
     (pthread_mutex_t *) GetProcAddress(current_module,
       "?LOCK_open@@3U_RTL_CRITICAL_SECTION@@A");
-#endif
+#  endif
 #else
   mrn_binlog_filter = binlog_filter;
   mrn_my_tz_UTC = my_tz_UTC;
-#ifdef MRN_HAVE_TABLE_DEF_CACHE
+#  ifdef MRN_HAVE_TABLE_DEF_CACHE
   mrn_table_def_cache = &table_def_cache;
-#endif
+#  endif
   mrn_LOCK_open = &LOCK_open;
 #endif
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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