[Groonga-mysql-commit] mroonga/mroonga at 63527f3 [master] Use C style comment

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 19:12:57 JST 2018


Kouhei Sutou	2018-07-09 19:12:57 +0900 (Mon, 09 Jul 2018)

  New Revision: 63527f3af1f7574e9d59008101838c26a4aef2da
  https://github.com/mroonga/mroonga/commit/63527f3af1f7574e9d59008101838c26a4aef2da

  Message:
    Use C style comment

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+2 -2)
===================================================================
--- mrn_mysql_compat.h    2018-07-09 19:11:30 +0900 (1f421bc5)
+++ mrn_mysql_compat.h    2018-07-09 19:12:57 +0900 (28001336)
@@ -735,5 +735,5 @@ typedef HASH mrn_table_def_cache_type;
 #define mrn_thd_set_ha_data(thd, hton, ha_data) \
   *thd_ha_data(thd, hton) = ha_data
 // TODO
-// #define mrn_thd_set_ha_data(thd, hton, ha_data) \
-//   thd_set_ha_data(thd, hton, ha_data)
+/* #define mrn_thd_set_ha_data(thd, hton, ha_data) \ */
+/*    thd_set_ha_data(thd, hton, ha_data) */
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/c21b0e8e/attachment.htm 



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