Kouhei Sutou
null+****@clear*****
Sat Oct 25 19:09:20 JST 2014
Kouhei Sutou 2014-10-25 19:09:20 +0900 (Sat, 25 Oct 2014) New Revision: ed1ccc63eecfc3d05388fed38c9c14a497b7c414 https://github.com/mroonga/mroonga/commit/ed1ccc63eecfc3d05388fed38c9c14a497b7c414 Message: Unindent Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+5 -5) =================================================================== --- ha_mroonga.cpp 2014-10-25 19:04:22 +0900 (bba55f2) +++ ha_mroonga.cpp 2014-10-25 19:09:20 +0900 (a18c3b5) @@ -116,14 +116,14 @@ } \ } while (0) #else -# ifdef DBUG_OFF -# ifndef _WIN32 +# ifdef DBUG_OFF +# ifndef _WIN32 extern mysql_mutex_t LOCK_open; -# endif # endif +# endif static mysql_mutex_t *mrn_LOCK_open; -# define mrn_open_mutex_lock(share) mysql_mutex_lock(mrn_LOCK_open) -# define mrn_open_mutex_unlock(share) mysql_mutex_unlock(mrn_LOCK_open) +# define mrn_open_mutex_lock(share) mysql_mutex_lock(mrn_LOCK_open) +# define mrn_open_mutex_unlock(share) mysql_mutex_unlock(mrn_LOCK_open) #endif #if MYSQL_VERSION_ID >= 50600 -------------- next part -------------- HTML����������������������������...Download