Kouhei Sutou
null+****@clear*****
Fri Jul 12 11:51:14 JST 2013
Kouhei Sutou 2013-07-12 11:51:14 +0900 (Fri, 12 Jul 2013) New Revision: 283161d89a54833055f88eb5336e9c0bf60a9398 https://github.com/mroonga/mroonga/commit/283161d89a54833055f88eb5336e9c0bf60a9398 Message: Indent Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+6 -6) =================================================================== --- ha_mroonga.cpp 2013-07-01 02:28:47 +0900 (c05c658) +++ ha_mroonga.cpp 2013-07-12 11:51:14 +0900 (461d84d) @@ -89,18 +89,18 @@ #define MRN_LONG_TEXT_SIZE (1 << 31) // 2Gbytes #if MYSQL_VERSION_ID >= 50500 -#ifdef DBUG_OFF -#ifndef _WIN32 +# ifdef DBUG_OFF +# ifndef _WIN32 extern mysql_mutex_t LOCK_open; -#endif -#endif +# endif +# endif mysql_mutex_t *mrn_LOCK_open; # define mrn_open_mutex_lock() mysql_mutex_lock(mrn_LOCK_open) # define mrn_open_mutex_unlock() mysql_mutex_unlock(mrn_LOCK_open) #else -#ifndef _WIN32 +# ifndef _WIN32 extern pthread_mutex_t LOCK_open; -#endif +# endif pthread_mutex_t *mrn_LOCK_open; # define mrn_open_mutex_lock() # define mrn_open_mutex_unlock() -------------- next part -------------- HTML����������������������������...Download