[Groonga-mysql-commit] mroonga/mroonga at 896d72f [master] mysql8: add a missing "*"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 06:11:26 JST 2018


Kouhei Sutou	2018-07-09 06:11:26 +0900 (Mon, 09 Jul 2018)

  New Revision: 896d72f576ed7928315f7855e96e83debcca7174
  https://github.com/mroonga/mroonga/commit/896d72f576ed7928315f7855e96e83debcca7174

  Message:
    mysql8: add a missing "*"

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2018-07-09 06:02:11 +0900 (60619693)
+++ ha_mroonga.cpp    2018-07-09 06:11:26 +0900 (7d6a789b)
@@ -239,7 +239,7 @@ Time_zone *mrn_my_tz_UTC;
 #  ifdef MRN_TABLE_DEF_CACHE_TYPE_IS_MAP
 typedef
   malloc_unordered_map<std::string,
-                       std::unique_ptr<TABLE_SHARE, Table_share_deleter>>
+                       std::unique_ptr<TABLE_SHARE, Table_share_deleter>> *
   mrn_table_def_cache_type;
 #  else
 typedef HASH mrn_table_def_cache_type;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/d20a5b2a/attachment.htm 



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