[Groonga-mysql-commit] mroonga/mroonga at e4fc2ad [master] Align

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 5 18:09:30 JST 2014


Kouhei Sutou	2014-10-05 18:09:30 +0900 (Sun, 05 Oct 2014)

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

  Message:
    Align

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+10 -10)
===================================================================
--- ha_mroonga.cpp    2014-10-05 18:07:44 +0900 (cba2bca)
+++ ha_mroonga.cpp    2014-10-05 18:09:30 +0900 (f324cb3)
@@ -103,17 +103,17 @@
 
 #ifdef MRN_HAVE_TDC_LOCK_TABLE_SHARE
 #  define mrn_open_mutex(share) &((share)->tdc.LOCK_table_share)
-#  define mrn_open_mutex_lock(share) do {       \
-  TABLE_SHARE *share_ = share;                  \
-  if (share_ && share_->tmp_table == NO_TMP_TABLE) {\
-    mysql_mutex_lock(mrn_open_mutex(share_));   \
-  }                                             \
+#  define mrn_open_mutex_lock(share) do {               \
+  TABLE_SHARE *share_ = share;                          \
+  if (share_ && share_->tmp_table == NO_TMP_TABLE) {    \
+    mysql_mutex_lock(mrn_open_mutex(share_));           \
+  }                                                     \
 } while (0)
-#  define mrn_open_mutex_unlock(share) do {     \
-  TABLE_SHARE *share_ = share;                  \
-  if (share_ && share_->tmp_table == NO_TMP_TABLE) {\
-    mysql_mutex_unlock(mrn_open_mutex(share_)); \
-  }                                             \
+#  define mrn_open_mutex_unlock(share) do {             \
+  TABLE_SHARE *share_ = share;                          \
+  if (share_ && share_->tmp_table == NO_TMP_TABLE) {    \
+    mysql_mutex_unlock(mrn_open_mutex(share_));         \
+  }                                                     \
 } while (0)
 #else
 #  if MYSQL_VERSION_ID >= 50500
-------------- next part --------------
HTML����������������������������...
下载 



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